SPFieldCurrency.GetFieldValueForEdit method

Returns the field value that is to be rendered in Edit mode in Edit and New forms.

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

Syntax

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

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

Parameters

  • value
    Type: System.Object

    An object that represents the value object to convert.

Return value

Type: System.String
A string that contains the field value that is used in Edit mode.

See also

Reference

SPFieldCurrency class

SPFieldCurrency members

Microsoft.SharePoint namespace