Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub ValidateNumber ( _
minValue As Double, _
maxValue As Double _
)
'Usage
Dim minValue As Double
Dim maxValue As Double
Me.ValidateNumber(minValue, maxValue)
protected void ValidateNumber(
double minValue,
double maxValue
)
Parameters
- minValue
Type: System.Double
- maxValue
Type: System.Double
See also
Reference
SPMobileBaseNumberFieldValidator class