Share via


SPFieldUser.GetFieldValueAsHtml Method

Returns the field value in HTML format in order to render the value directly on the page.

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

Syntax

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

returnValue = instance.GetFieldValueAsHtml(value)
public override string GetFieldValueAsHtml(
    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 in HTML format.

See Also

Reference

SPFieldUser Class

SPFieldUser Members

Microsoft.SharePoint Namespace