System::Globalization::CharUnicodeInfo::GetUnicodeCategory method

CharUnicodeInfo::GetUnicodeCategory(char16_t) method

Gets unicode category of the character.

static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
ParameterTypeDescription
chchar16_tUnicode character.

ReturnValue

Unicode category.

See Also

CharUnicodeInfo::GetUnicodeCategory(const String&, int) method

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

static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
ParameterTypeDescription
strconst String&The string containing unicode character.
indexintThe index of the unicode character.

ReturnValue

Unicode category.

See Also