Method AllCharsValid
AllCharsValid(bool)
Sets all possible characters as valid or invalid for the input.
public override ICharValidator AllCharsValid(bool valid = true)
Parameters
valid
boolWhether chars are valid or invalid for the input.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.