Partager via


UnicodeCharacters.IsNoncharacter(UInt32) Méthode

Définition

Détermine si un point de code spécifié n’est pas un caractère.

public:
 static bool IsNoncharacter(unsigned int codepoint);
 static bool IsNoncharacter(uint32_t const& codepoint);
public static bool IsNoncharacter(uint codepoint);
function isNoncharacter(codepoint)
Public Shared Function IsNoncharacter (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 n’est pas un caractère ; sinon , FALSE.

Remarques

Cette méthode détermine si codepoint est un des points de code Unicode non valides (U+FFD0 à U+FFEF, U+xxFFFE ou U+xxFFFF).

S’applique à

Voir aussi