CharUnicodeInfo

CharUnicodeInfo class

Gets information about unicode character.

class CharUnicodeInfo

Methods

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

See Also