Partager via


UnicodeCharacters.IsLowercase(UInt32) Méthode

Définition

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

public:
 static bool IsLowercase(unsigned int codepoint);
 static bool IsLowercase(uint32_t const& codepoint);
public static bool IsLowercase(uint codepoint);
function isLowercase(codepoint)
Public Shared Function IsLowercase (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 en minuscules ; sinon , FALSE.

S’applique à

Voir aussi