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