TextValidatorEnglishCharsOnly Constructor

GeonBit.UI

TextValidatorEnglishCharsOnly Constructor
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
C#
public TextValidatorEnglishCharsOnly(
	bool allowSpaces = false
)

Parameters

allowSpaces (Optional)
Type: SystemBoolean
If true, will allow spaces.
See Also