Method ValidRange
ValidRange(char, char, bool)
Sets all the characters in the range between
minCh
and maxCh
as valid or invalid for the input.
public ICharValidator ValidRange(char minCh, char maxCh, bool valid = true)
Parameters
minCh
charMinimal character to change state for.
maxCh
charMaximal character to change state for.
valid
boolWhether char is valid or invalid for the input.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.