Share via


SPFieldMultiColumn.GetFieldValueAsText method

Converts the field type value object into text for use in Display mode.

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 SPFieldMultiColumn
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldValueAsText(value)
public override string GetFieldValueAsText(
    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 converted value object.

See also

Reference

SPFieldMultiColumn class

SPFieldMultiColumn members

Microsoft.SharePoint namespace