Method BadChars
BadChars(params char[])
Sets all the characters from the specified array as invalid for the input.
ICharValidator BadChars(params char[] ch)
Parameters
chchar[]Array of characters to change state for.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.
BadChars(string?)
Sets all string characters as invalid for the input.
ICharValidator BadChars(string? s)
Parameters
sstringLists characters to change state for.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.