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

Mostra 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
IsControl_str_i ( ) : 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

IsControl_str_i() public method

public IsControl_str_i ( ) : 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_oe static_oe property

protected static char FIELD_SEP
return char

FRAC_SEP protected_oe static_oe property

protected static char FRAC_SEP
return char

m_CharData protected_oe property

protected SortedList m_CharData
return SortedList

m_uCharsRead protected_oe property

protected uint m_uCharsRead
return uint