System::Char::GetUnicodeCategory method

Char::GetUnicodeCategory method

Returns a value that represents a Unicode category of specified character.

static Globalization::UnicodeCategory System::Char::GetUnicodeCategory(char_t ch)
ParameterTypeDescription
chchar_tThe character to classify

ReturnValue

One of the values of UnicodeCategory enum representing the Unicode category to which the specified character belongs.

See Also