Char.IsAscii(Char) Methode

Definitie

Retourneert true een c ASCII-teken ([ 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

Parameters

c
Char

Het teken dat moet worden geanalyseerd.

Retouren

true als c dit een ASCII-teken is; false anders.

Opmerkingen

Per http://www.unicode.org/glossary/#ASCII, ASCII is alleen U+0000..U+007F.

Van toepassing op