Char.IsAscii(Char) Méthode
Définition
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.
Retourne true
si c
est un caractère ASCII ([U + 0000.. U + 007F]).
public:
static bool IsAscii(char c);
public static bool IsAscii (char c);
static member IsAscii : char -> bool
Public Shared Function IsAscii (c As Char) As Boolean
Paramètres
- c
- Char
Caractère à analyser.
Retours
true
Si c
est un caractère ASCII ; false
sinon,.
Remarques
Par http://www.unicode.org/glossary/#ASCII , ASCII est uniquement U + 0000.. U + 007F.