System::Globalization::CharUnicodeInfo::GetUnicodeCategory methode
CharUnicodeInfo::GetUnicodeCategory(char16_t) method
Haalt de Unicode-categorie van het teken op.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
| Parameter | Type | Beschrijving |
|---|---|---|
| ch | char16_t | Unicode‑teken. |
ReturnValue
Unicode-categorie.
Zie ook
- Enum UnicodeCategory
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CharUnicodeInfo::GetUnicodeCategory(const String&, int) method
Haalt de Unicode-categorie van het teken op de opgegeven index van de string op.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | De string die het Unicode-teken bevat. |
| index | int | De index van het Unicode-teken. |
ReturnValue
Unicode-categorie.
Zie ook
- Enum UnicodeCategory
- Class String
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++