System::Char::GetUnicodeCategory 方法

Char::GetUnicodeCategory method

返回表示指定字符的 Unicode 类别的值。

static Globalization::UnicodeCategory System::Char::GetUnicodeCategory(char_t ch)
参数类型描述
chchar_t要分类的字符

ReturnValue

UnicodeCategory 枚举的一个值,表示指定字符所属的 Unicode 类别。

另见