Class Base64Validator
Defines a data validator for ensuring a value is a valid base64 value.
Implements
Inherited Members
Namespace: MADE.Data.Validation.Validators
Assembly: MADE.Data.Validation.dll
Syntax
public class Base64Validator : RegexValidator, IValidator
Constructors
| Improve this Doc View SourceBase64Validator()
Initializes a new instance of the Base64Validator class.
Declaration
public Base64Validator()
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 |
Overrides
Methods
| Improve this Doc View SourceValidate(Object)
Executes data validation on the provided value
.
Declaration
public override void Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value to be validated. |