SPFieldDecimal.GetFieldValueAsText method

Gets the text value of the specified object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Parameters

  • value
    Type: System.Object

    The object from which the text value is retrieved.

Return value

Type: System.String
The text value of the specified object.

Remarks

If value is null , this override returns an empty string.

See also

Reference

SPFieldDecimal class

SPFieldDecimal members

Microsoft.SharePoint namespace