System::Globalization::CharUnicodeInfo class

CharUnicodeInfo class

Gets information about unicode character.

class CharUnicodeInfo

Methods

MethodDescription
static GetDecimalDigitValue(char16_t)Gets decimal digit value of the specified character.
static GetDecimalDigitValue(const String&, int)Gets decimal digit value of the character at the specified index of the string.
static GetDigitValue(char16_t)Gets digit value of the specified character.
static GetDigitValue(const String&, int)Gets digit value of the character at the specified index of the string.
static GetNumericValue(char16_t)Gets numeric value associated with the specified character.
static GetNumericValue(const String&, int)Gets numeric value associated with the character at the specified index of the string.
static GetUnicodeCategory(char16_t)Gets unicode category of the character.
static GetUnicodeCategory(const String&, int)Gets unicode category of the character at the specified index of the string.

See Also