FieldTemplateUserControl.FormatFieldValue Method (Object)

 

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

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract FormatFieldValue : 
        fieldValue:Object -> string
override FormatFieldValue : 
        fieldValue:Object -> string

Parameters

fieldValue
Type: System.Object

The value from the data field to format.

Return Value

Type: System.String

The formatted value.

.NET Framework
Available since 3.5
Return to top
Show: