System::Globalization::CharUnicodeInfo class
CharUnicodeInfo class
获取有关 Unicode 字符的信息。
class CharUnicodeInfo
方法
| 方法 | 描述 |
|---|---|
| static GetDecimalDigitValue(char16_t) | 获取指定字符的十进制数字值。 |
| static GetDecimalDigitValue(const String&, int) | 获取字符串中指定索引处字符的十进制数字值。 |
| static GetDigitValue(char16_t) | 获取指定字符的数字值。 |
| static GetDigitValue(const String&, int) | 获取字符串中指定索引处字符的数字值。 |
| static GetNumericValue(char16_t) | 获取与指定字符关联的数值。 |
| static GetNumericValue(const String&, int) | 获取字符串中指定索引处字符的数值。 |
| static GetUnicodeCategory(char16_t) | 获取字符的 Unicode 类别。 |
| static GetUnicodeCategory(const String&, int) | 获取字符串中指定索引处字符的 Unicode 类别。 |
另见
- Namespace System::Globalization
- Library Aspose.Font for C++