C# 클래스 System.Globalization.CharUnicodeInfo

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetDecimalDigitValue() 공개 정적인 메소드

public static GetDecimalDigitValue ( String s, int index ) : int
s String
index int
리턴 int

GetDecimalDigitValue() 공개 정적인 메소드

public static GetDecimalDigitValue ( char ch ) : int
ch char
리턴 int

GetDigitValue() 공개 정적인 메소드

public static GetDigitValue ( String s, int index ) : int
s String
index int
리턴 int

GetDigitValue() 공개 정적인 메소드

public static GetDigitValue ( char ch ) : int
ch char
리턴 int

GetNumericValue() 공개 정적인 메소드

public static GetNumericValue ( String s, int index ) : double
s String
index int
리턴 double

GetNumericValue() 공개 정적인 메소드

public static GetNumericValue ( char ch ) : double
ch char
리턴 double

GetUnicodeCategory() 공개 정적인 메소드

public static GetUnicodeCategory ( String s, int index ) : UnicodeCategory
s String
index int
리턴 UnicodeCategory

GetUnicodeCategory() 공개 정적인 메소드

public static GetUnicodeCategory ( char ch ) : UnicodeCategory
ch char
리턴 UnicodeCategory