UnicodeCharacters.GetNumericType(UInt32) Method

Definition

Returns the UnicodeNumericType of the specified Unicode character.

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

Parameters

codepoint
UInt32

unsigned int

uint32_t

A Unicode character. This must be in the proper range: 0 <= codepoint <= 0x10FFFF.

Returns

The Unicode numeric type for codepoint.

Applies to

See also