Method | Description | |
---|---|---|
GetDecimalDigitValue ( String s, int index ) : int | ||
GetDecimalDigitValue ( char ch ) : int | ||
GetDigitValue ( String s, int index ) : int | ||
GetDigitValue ( char ch ) : int | ||
GetNumericValue ( String s, int index ) : double | ||
GetNumericValue ( char ch ) : double | ||
GetUnicodeCategory ( String s, int index ) : UnicodeCategory | ||
GetUnicodeCategory ( char ch ) : UnicodeCategory |
Method | Description | |
---|---|---|
CharUnicodeInfo ( ) : System | ||
GetBidiCategory ( String s, int index ) : BidiCategory | ||
InternalConvertToUtf32 ( String s, int index ) : int | ||
InternalConvertToUtf32 ( String s, int index, int &charLength ) : int | ||
InternalGetCategoryValue ( int ch, int offset ) : byte | ||
InternalGetDecimalDigitValue ( int ch ) : sbyte | ||
InternalGetDigitValue ( int ch ) : sbyte | ||
InternalGetDigitValues ( int ch ) : DigitValues* | ||
InternalGetNumericValue ( int ch ) : double | ||
InternalGetUnicodeCategory ( String value, int index ) : UnicodeCategory | ||
InternalGetUnicodeCategory ( String str, int index, int &charLength ) : UnicodeCategory | ||
InternalGetUnicodeCategory ( int ch ) : UnicodeCategory | ||
IsCombiningCategory ( UnicodeCategory uc ) : bool | ||
IsWhiteSpace ( String s, int index ) : bool | ||
IsWhiteSpace ( char c ) : bool | ||
nativeInitTable ( byte bytePtr ) : void |
public static GetDecimalDigitValue ( String s, int index ) : int | ||
s | String | |
index | int | |
return | int |
public static GetDecimalDigitValue ( char ch ) : int | ||
ch | char | |
return | int |
public static GetDigitValue ( String s, int index ) : int | ||
s | String | |
index | int | |
return | int |
public static GetDigitValue ( char ch ) : int | ||
ch | char | |
return | int |
public static GetNumericValue ( String s, int index ) : double | ||
s | String | |
index | int | |
return | double |
public static GetNumericValue ( char ch ) : double | ||
ch | char | |
return | double |
public static GetUnicodeCategory ( String s, int index ) : UnicodeCategory | ||
s | String | |
index | int | |
return | UnicodeCategory |
public static GetUnicodeCategory ( char ch ) : UnicodeCategory | ||
ch | char | |
return | UnicodeCategory |