RegexValidator Class
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Performs validation on strings by matching them to a Regex.
Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Validators
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)
Syntax
'Declaration
<ConfigurationElementTypeAttribute(GetType(RegexValidatorData))> _
PublicClassRegexValidator _
Inherits ValueValidator(Of String)
[ConfigurationElementTypeAttribute(typeof(RegexValidatorData))]
publicclassRegexValidator : ValueValidator<string>
[ConfigurationElementTypeAttribute(typeof(RegexValidatorData))]
publicref classRegexValidator : public ValueValidator<String^>
publicclass RegexValidator extends ValueValidator<String>
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Validation.Validator
Microsoft.Practices.EnterpriseLibrary.Validation.Validator<String>
Microsoft.Practices.EnterpriseLibrary.Validation.Validators.ValueValidator<String>
Microsoft.Practices.EnterpriseLibrary.Validation.Validators.RegexValidator
See Also
Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |