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
minChcharMinimal character to change state for.
maxChcharMaximal character to change state for.
validboolWhether char is valid or invalid for the input.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.