C# Class NLSPlus.GetNumericValue_char.GetNumericValue_char

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 System.Collections.SortedList
m_uCharsRead uint
m_uFailureCount uint
m_uTestCaseCount uint

Méthodes publiques

Méthode Description
GetNumericValue_char ( ) : System
Main ( String strArgList ) : void
ReadUnicodeData ( ) : bool
TestCharMethods ( ) : 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

GetNumericValue_char() public méthode

public GetNumericValue_char ( ) : 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

TestCharMethods() public méthode

public TestCharMethods ( ) : bool
Résultat bool

TranslateUnicodeCategory() protected méthode

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

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,System.Collections m_CharData
Résultat System.Collections.SortedList

m_uCharsRead protected_oe property

protected uint m_uCharsRead
Résultat uint

m_uFailureCount protected_oe property

protected uint m_uFailureCount
Résultat uint

m_uTestCaseCount protected_oe property

protected uint m_uTestCaseCount
Résultat uint