Partager via


UnicodeCharacters.IsSupplementary(UInt32) Méthode

Définition

Détermine si un caractère Unicode spécifié est un caractère supplémentaire.

public:
 static bool IsSupplementary(unsigned int codepoint);
 static bool IsSupplementary(uint32_t const& codepoint);
public static bool IsSupplementary(uint codepoint);
function isSupplementary(codepoint)
Public Shared Function IsSupplementary (codepoint As UInteger) As Boolean

Paramètres

codepoint
UInt32

unsigned int

uint32_t

Caractère Unicode. Cela doit se trouver dans la plage appropriée : 0 <= codepoint<= 0x10FFFF.

Retours

Boolean

bool

TRUE si codepoint est un caractère supplémentaire ; sinon , FALSE.

Remarques

Cette méthode détermine si codepoint est un caractère supplémentaire (supérieur à 0xFFFF).

S’applique à

Voir aussi