RegularExpressionAttribute::IsValid Method

.NET Framework (current version)
 

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

NameDescription
System_CAPS_pubmethodIsValid(Object^)

Checks whether the value entered by the user matches the regular expression pattern. (Overrides ValidationAttribute::IsValid(Object^).)

System_CAPS_protmethodIsValid(Object^, ValidationContext^)

Validates the specified value with respect to the current validation attribute.(Inherited from ValidationAttribute.)

Return to top
Show: