Char.IsAsciiHexDigitLower(Char) Méthode

Définition

Indique si un caractère est classé en tant que chiffre hexadémical en minuscules ASCII.

public:
 static bool IsAsciiHexDigitLower(char c);
public static bool IsAsciiHexDigitLower (char c);
static member IsAsciiHexDigitLower : char -> bool
Public Shared Function IsAsciiHexDigitLower (c As Char) As Boolean

Paramètres

c
Char

Caractère à évaluer.

Retours

true si c est un chiffre hexadémique minuscule ; sinon, false.

Remarques

Cela détermine si le caractère se trouve dans la plage « 0 » à « 9 », inclusive ou « a » à « f », inclusive.

S’applique à