Method BadRange
BadRange(char, char)
Sets all the characters in the range between
minCh
and maxCh
as invalid for the input.
ICharValidator BadRange(char minCh, char maxCh)
Parameters
Returns
- ICharValidator
Returns this object instance for use in the call sequences.