MaskAttribute.IsValid(Object) Method
Determines whether the specified value matches the mask.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Object | The value to validate. |
Returns
Type | Description |
---|---|
Boolean | true, if the specified value is valid or null; otherwise, false. |
See Also