Partager via


UnicodeCharacters.IsAlphabetic(UInt32) Méthode

Définition

Détermine si un caractère Unicode spécifié peut être considéré comme alphabétique.

public:
 static bool IsAlphabetic(unsigned int codepoint);
 static bool IsAlphabetic(uint32_t const& codepoint);
public static bool IsAlphabetic(uint codepoint);
function isAlphabetic(codepoint)
Public Shared Function IsAlphabetic (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 alphabétique ; sinon , FALSE.

S’applique à

Voir aussi