Class AlphaNumericValidator
Defines a data validator for ensuring a value contains alphanumeric characters.
Implements
Inherited Members
Namespace: MADE.Data.Validation.Validators
Assembly: MADE.Data.Validation.dll
Syntax
public class AlphaNumericValidator : RegexValidator, IValidator
Constructors
| Improve this Doc View SourceAlphaNumericValidator()
Initializes a new instance of the AlphaNumericValidator class with the expected RegEx pattern.
Declaration
public AlphaNumericValidator()
Properties
| Improve this Doc View SourceFeedbackMessage
Gets or sets the feedback message to display when IsInvalid is true.
Declaration
public override string FeedbackMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |