UnicodeCharacters.GetNumericType(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.