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