BaseNumberField.ParseValue method
Converts the field's value to a Double.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function ParseValue As Double
'Usage
Dim returnValue As Double
returnValue = Me.ParseValue()
protected virtual double ParseValue()
Return value
Type: System.Double
A Double that represents the field's value.