SPMobileBaseNumberFieldValidator.Validate Method
Verifies the value of the field in the UI.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Sub Validate
'Usage
Dim instance As SPMobileBaseNumberFieldValidator
instance.Validate()
public override void Validate()
Implements
Remarks
This override calls ValidateNumber.
Note
This override verifies the value in the UI. The value of the field in the UI will be different from the value of the SPFieldNumber object in the Field property if the user has changed the value and not saved.
Notes to Inheritors
Override this method only to add custom validation logic before or after a call of the base Validate.
See Also
Reference
SPMobileBaseNumberFieldValidator Class