Method IsValid
IsValid(char)
Checks whether the specified char and it's category are valid for the input.
public bool IsValid(char ch)
Parameters
chcharCharacter to check.
Returns
- bool
trueif char and it's category are valid for the input;falseotherwise.