UnicodeCharacters.GetNumericType(UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie le type UnicodeNumericType du caractère Unicode spécifié.
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
Paramètres
- codepoint
-
UInt32
unsigned int
uint32_t
Caractère Unicode. Cela doit être dans la plage appropriée : 0 <= codepoint<= 0x10FFFF.
Retours
Type numérique Unicode pour codepoint.