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