C# Class IsSymbol_char, shared-source-cli-2.0

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
FIELD_SEP char
FRAC_SEP char
m_CharData SortedList
m_uCharsRead uint

Public Methods

Method Description
IsSymbol_char ( ) : System
Main ( String strArgList ) : void
ReadUnicodeData ( ) : bool
runTest ( ) : bool

Protected Methods

Method Description
ConvertToDouble ( string strDouble ) : double
TranslateUnicodeCategory ( string strCatAbbrev ) : UnicodeCategory,

Method Details

ConvertToDouble() protected method

protected ConvertToDouble ( string strDouble ) : double
strDouble string
return double

IsSymbol_char() public method

public IsSymbol_char ( ) : System
return System

Main() public static method

public static Main ( String strArgList ) : void
strArgList String
return void

ReadUnicodeData() public method

public ReadUnicodeData ( ) : bool
return bool

TranslateUnicodeCategory() protected method

protected TranslateUnicodeCategory ( string strCatAbbrev ) : UnicodeCategory,
strCatAbbrev string
return UnicodeCategory,

runTest() public method

public runTest ( ) : bool
return bool

Property Details

FIELD_SEP protected static property

protected static char FIELD_SEP
return char

FRAC_SEP protected static property

protected static char FRAC_SEP
return char

m_CharData protected property

protected SortedList m_CharData
return SortedList

m_uCharsRead protected property

protected uint m_uCharsRead
return uint