System.Globalization.CharUnicodeInfo Members

The members of System.Globalization.CharUnicodeInfo are listed below.

See Also: Inherited members from System.Object

Public Methods

static
GetDecimalDigitValue(char) : int

Gets the decimal digit value of the specified numeric character.

static
GetDecimalDigitValue(string, int) : int

Gets the decimal digit value of the numeric character at the specified index of the specified string.

static
GetDigitValue(char) : int

Gets the digit value of the specified numeric character.

static
GetDigitValue(string, int) : int

Gets the digit value of the numeric character at the specified index of the specified string.

static
GetNumericValue(char) : double

Gets the numeric value associated with the specified character.

static
GetNumericValue(string, int) : double

Gets the numeric value associated with the character at the specified index of the specified string.

static
GetUnicodeCategory(char) : UnicodeCategory

Gets the Unicode category of the specified character.

static
GetUnicodeCategory(string, int) : UnicodeCategory

Gets the Unicode category of the character at the specified index of the specified string.