次の方法で共有


UnicodeCharacters.GetNumericType(UInt32) メソッド

定義

指定した Unicode 文字の UnicodeNumericType を返します。

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 数値型。

適用対象

こちらもご覧ください