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)
ParameterTypeBeschrijving
chchar16_tUnicode‑teken.

ReturnValue

Unicode-categorie.

Zie ook

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)
ParameterTypeBeschrijving
strconst String&De string die het Unicode-teken bevat.
indexintDe index van het Unicode-teken.

ReturnValue

Unicode-categorie.

Zie ook