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.
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.