GetUnicodeCategory()

Char::GetUnicodeCategory(char_t) method

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

static Globalization::UnicodeCategory System::Char::GetUnicodeCategory(char_t ch)

Arguments

ParameterTypeDescription
chchar_tThe character to classify

Return Value

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

See Also