C# Class NLSPlus.GetUnicodeCategory_str_i.GetUnicodeCategory_str_i

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property Type Description
FIELD_SEP char
FRAC_SEP char
m_CharData System.Collections.SortedList
m_uCharsRead uint
m_uFailureCount uint
m_uTestCaseCount uint

Public Methods

Method Description
GetUnicodeCategory_str_i ( ) : System
Main ( String strArgList ) : void
ReadUnicodeData ( ) : bool
TestStringMethods ( uint uNumStrings, int iMaxLength ) : 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

GetUnicodeCategory_str_i() public method

public GetUnicodeCategory_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

TestStringMethods() public method

public TestStringMethods ( uint uNumStrings, int iMaxLength ) : bool
uNumStrings uint
iMaxLength int
return bool

TranslateUnicodeCategory() protected method

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

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,System.Collections m_CharData
return System.Collections.SortedList

m_uCharsRead protected_oe property

protected uint m_uCharsRead
return uint

m_uFailureCount protected_oe property

protected uint m_uFailureCount
return uint

m_uTestCaseCount protected_oe property

protected uint m_uTestCaseCount
return uint