UnicodeCharacters.GetGeneralCategory(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 UnicodeGeneralCategory of the specified Unicode character.
public:
static UnicodeGeneralCategory GetGeneralCategory(unsigned int codepoint);
static UnicodeGeneralCategory GetGeneralCategory(uint32_t const& codepoint);
public static UnicodeGeneralCategory GetGeneralCategory(uint codepoint);
function getGeneralCategory(codepoint)
Public Shared Function GetGeneralCategory (codepoint As UInteger) As UnicodeGeneralCategory
Parameters
- codepoint
-
UInt32
unsigned int
uint32_t
A Unicode character. This must be in the proper range: 0 <= codepoint <= 0x10FFFF.
Returns
The Unicode general category for codepoint.