BaseNumberField.ParseValue Method
Converts the field's value to a Double.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.