UnicodeCharacters.GetNumericType(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static UnicodeNumericType GetNumericType(unsigned int codepoint);
static UnicodeNumericType GetNumericType(uint32_t const& codepoint);
public static UnicodeNumericType GetNumericType(uint codepoint);
function getNumericType(codepoint)
Public Shared Function GetNumericType (codepoint As UInteger) As UnicodeNumericType
参数
- codepoint
-
UInt32
unsigned int
uint32_t
一个 Unicode 字符。 这必须在正确的范围内:0 <= codepoint<= 0x10FFFF。
返回
代码点的 Unicode 数字类型。