Partager via


UnicodeCharacters.IsGraphemeExtend(UInt32) Méthode

Définition

Détermine si un caractère Unicode spécifié peut être considéré pour continuer un graphique précédent.

public:
 static bool IsGraphemeExtend(unsigned int codepoint);
 static bool IsGraphemeExtend(uint32_t const& codepoint);
public static bool IsGraphemeExtend(uint codepoint);
function isGraphemeExtend(codepoint)
Public Shared Function IsGraphemeExtend (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 continue le graphème précédent ; sinon , FALSE.

S’applique à

Voir aussi