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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
FIELD_SEP char
FRAC_SEP char
m_CharData SortedList
m_uCharsRead uint

Méthodes publiques

Méthode Description
IsControl_str_i ( ) : System
Main ( String strArgList ) : void
ReadUnicodeData ( ) : bool
runTest ( ) : bool

Méthodes protégées

Méthode Description
ConvertToDouble ( string strDouble ) : double
TranslateUnicodeCategory ( string strCatAbbrev ) : UnicodeCategory,

Method Details

ConvertToDouble() protected méthode

protected ConvertToDouble ( string strDouble ) : double
strDouble string
Résultat double

IsControl_str_i() public méthode

public IsControl_str_i ( ) : System
Résultat System

Main() public static méthode

public static Main ( String strArgList ) : void
strArgList String
Résultat void

ReadUnicodeData() public méthode

public ReadUnicodeData ( ) : bool
Résultat bool

TranslateUnicodeCategory() protected méthode

protected TranslateUnicodeCategory ( string strCatAbbrev ) : UnicodeCategory,
strCatAbbrev string
Résultat UnicodeCategory,

runTest() public méthode

public runTest ( ) : bool
Résultat bool

Property Details

FIELD_SEP protected_oe static_oe property

protected static char FIELD_SEP
Résultat char

FRAC_SEP protected_oe static_oe property

protected static char FRAC_SEP
Résultat char

m_CharData protected_oe property

protected SortedList m_CharData
Résultat SortedList

m_uCharsRead protected_oe property

protected uint m_uCharsRead
Résultat uint