Char.IsAsciiHexDigitUpper(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é comme un chiffre hexadécimal ASCII en majuscules.
public:
static bool IsAsciiHexDigitUpper(char c);
public static bool IsAsciiHexDigitUpper(char c);
static member IsAsciiHexDigitUpper : char -> bool
Public Shared Function IsAsciiHexDigitUpper (c As Char) As Boolean
- c
- Char
Caractère à évaluer.
true
si c
est un chiffre hexadécimal ; 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 :