Partager via


UnicodeCharacters.IsUppercase(UInt32) Méthode

Définition

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

public:
 static bool IsUppercase(unsigned int codepoint);
 static bool IsUppercase(uint32_t const& codepoint);
public static bool IsUppercase(uint codepoint);
function isUppercase(codepoint)
Public Shared Function IsUppercase (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 caractère majuscule ; sinon , FALSE.

S’applique à

Voir aussi