UnicodeCharacters.GetNumericType(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會傳回指定 之 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 數數值型別。