CurrencyField.ParseValue Method
Gets the value of the field as a Double.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function ParseValue As Double
'Usage
Dim returnValue As Double
returnValue = Me.ParseValue()
protected override double ParseValue()
Return Value
Type: System.Double
A Double that represents the value of the field.
Remarks
CurrencyField derives from BaseTextField, so its value must be converted from text to an actual number before it can be mathematically manipulated.