Method IsAsciiChar
IsAsciiChar(char)
Indicates whether the given char is an ASCII character.
public static bool IsAsciiChar(char ch)
Parameters
ch
charChar to check.
Returns
- bool
True if the character is an ASCII one; otherwise false.
Indicates whether the given char is an ASCII character.
public static bool IsAsciiChar(char ch)
ch
charChar to check.
True if the character is an ASCII one; otherwise false.