System::Globalization::CharUnicodeInfo::GetUnicodeCategory método
CharUnicodeInfo::GetUnicodeCategory(char16_t) method
Obtiene la categoría Unicode del carácter.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ch | char16_t | Carácter Unicode. |
ReturnValue
Categoría Unicode.
Ver también
- Enum UnicodeCategory
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
CharUnicodeInfo::GetUnicodeCategory(const String&, int) method
Obtiene la categoría Unicode del carácter en el índice especificado de la cadena.
static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| str | const String& | La cadena que contiene el carácter Unicode. |
| índice | int | El índice del carácter Unicode. |
ReturnValue
Categoría Unicode.
Ver también
- Enum UnicodeCategory
- Class String
- Class CharUnicodeInfo
- Namespace System::Globalization
- Library Aspose.Page for C++