System::Globalization::CharUnicodeInfo::GetUnicodeCategory metod
CharUnicodeInfo::GetUnicodeCategory(char16_t) method
Hämtar Unicode-kategorin för tecknet.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
| Parameter | Type | Beskrivning |
|---|---|---|
| ch | char16_t | Unicode-tecken. |
ReturnValue
Unicode-kategori.
Se även
- Enum UnicodeCategory
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CharUnicodeInfo::GetUnicodeCategory(const String&, int) method
Hämtar Unicode-kategorin för tecknet på det angivna indexet i strängen.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | Strängen som innehåller unicode-tecken. |
| index | int | Indexet för unicode-tecknet. |
ReturnValue
Unicode-kategori.
Se även
- Enum UnicodeCategory
- Class String
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++