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ètreTypeDescription
chchar16_tCaractère Unicode.

ReturnValue

Catégorie unicode.

Voir aussi

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ètreTypeDescription
strconst String&La chaîne contenant le caractère Unicode.
indiceintL’index du caractère unicode.

ReturnValue

Catégorie unicode.

Voir aussi