This topic has not yet been rated - Rate this topic

SPFieldLookup.GetFieldValueAsHtml method

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public override string GetFieldValueAsHtml(
	Object value
)

Parameters

value
Type: System.Object
The value to convert.

Return value

Type: System.String
The value in HTML format.

This method returns empty if value is null .

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.