Method IsValid
IsValid(char)
Checks whether the specified char and it's category are valid for the input.
bool IsValid(char ch)
Parameters
ch
charCharacter to check.
Returns
- bool
true
if char and it's category are valid for the input;false
otherwise.