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ámetroTipoDescripción
chchar16_tCarácter Unicode.

ReturnValue

Categoría Unicode.

Ver también

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ámetroTipoDescripción
strconst String&La cadena que contiene el carácter Unicode.
índiceintEl índice del carácter Unicode.

ReturnValue

Categoría Unicode.

Ver también