UnicodeCharacters.IsLowSurrogate(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.
Détermine si un caractère Unicode spécifié est un substitut faible.
public:
static bool IsLowSurrogate(unsigned int codepoint);
static bool IsLowSurrogate(uint32_t const& codepoint);
public static bool IsLowSurrogate(uint codepoint);
function isLowSurrogate(codepoint)
Public Shared Function IsLowSurrogate (codepoint As UInteger) As Boolean
Paramètres
- codepoint
-
UInt32
unsigned int
uint32_t
Caractère Unicode. Cela doit être dans la plage appropriée : 0 <= codepoint<= 0x10FFFF.
Retours
Boolean
bool
TRUE si codepoint est un substitut faible ; sinon , FALSE.