TextValidatorEnglishCharsOnly Constructor (Boolean) |
Create the validator.
Namespace:
GeonBit.UI.Entities.TextValidators
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TextValidatorEnglishCharsOnly(
bool allowSpaces
)
Parameters
- allowSpaces
- Type: SystemBoolean
If true, will allow spaces.
See Also