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)
Parameter | Type | Description |
---|---|---|
ch | char_t | The character to classify |
ReturnValue
One of the values of UnicodeCategory enum representing the Unicode category to which the specified character belongs.
See Also
- Enum UnicodeCategory
- Class Char
- Namespace System
- Library Aspose.TeX for C++