SPFieldDecimal.GetFieldValue Method

Retrieves the decimal value of the specified parameter.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides Function GetFieldValue ( _
    value As String _
) As Object
'Usage
Dim instance As SPFieldDecimal
Dim value As String
Dim returnValue As Object

returnValue = instance.GetFieldValue(value)
public override Object GetFieldValue(
    string value
)

Parameters

  • value
    Type: System.String

    A text representation of a decimal value.

Return Value

Type: System.Object
The decimal representation of the value parameter.

See Also

Reference

SPFieldDecimal Class

SPFieldDecimal Members

Microsoft.SharePoint Namespace