System::Globalization::CharUnicodeInfo::GetUnicodeCategory メソッド

CharUnicodeInfo::GetUnicodeCategory(char16_t) method

文字の Unicode カテゴリを取得します。

static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(char16_t ch)
パラメーター説明
chchar16_tUnicode 文字。

ReturnValue

Unicode カテゴリ。

参照

CharUnicodeInfo::GetUnicodeCategory(const String&, int) method

文字列の指定されたインデックスにある文字の Unicode カテゴリを取得します。

static UnicodeCategory System::Globalization::CharUnicodeInfo::GetUnicodeCategory(const String &str, int index)
パラメーター説明
strconst String&Unicode 文字を含む文字列。
インデックスintUnicode 文字のインデックス。

ReturnValue

Unicode カテゴリ。

参照