FieldTemplateUserControl.FormatFieldValue(Object) Method

Definition

Applies HTML encoding and formatting to a string that will be displayed.

public:
 virtual System::String ^ FormatFieldValue(System::Object ^ fieldValue);
public virtual string FormatFieldValue (object fieldValue);
abstract member FormatFieldValue : obj -> string
override this.FormatFieldValue : obj -> string
Public Overridable Function FormatFieldValue (fieldValue As Object) As String

Parameters

fieldValue
Object

The value from the data field to format.

Returns

The formatted value.

Applies to