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
Parameter | Type | Description |
---|---|---|
ch | char_t | The character to classify |
Return Value
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.Slides