System::Globalization::CharUnicodeInfo::GetUnicodeCategory méthode
CharUnicodeInfo::GetUnicodeCategory(char16_t) method
Obtient la catégorie unicode du caractère.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
| Paramètre | Type | Description |
|---|---|---|
| ch | char16_t | Caractère Unicode. |
ReturnValue
Catégorie unicode.
Voir aussi
- Enum UnicodeCategory
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
CharUnicodeInfo::GetUnicodeCategory(const String&, int) method
Obtient la catégorie Unicode du caractère à l’index spécifié de la chaîne.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | La chaîne contenant le caractère Unicode. |
| indice | int | L’index du caractère unicode. |
ReturnValue
Catégorie unicode.
Voir aussi
- Enum UnicodeCategory
- Class String
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Font for C++