UnicodeCharacters.GetNumericType(UInt32) Метод

Определение

Возвращает 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

Знак Юникода. Он должен находиться в правильном диапазоне: 0 <= codepoint<= 0x10FFFF.

Возвращаемое значение

Числовой тип Юникода для codepoint.

Применяется к

См. также раздел