Char.IsAscii(Char) Méthode

Définition

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

Boolean

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.

S’applique à