Char.IsAsciiHexDigitLower(Char) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- c
- Char
Caractère à évaluer.
true
si c
est un chiffre hexadémique minuscule ; sinon, false
.
Cela détermine si le caractère se trouve dans la plage « 0 » à « 9 », inclusive ou « a » à « f », inclusive.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: