FieldTemplateUserControl.FormatFieldValue(Object) Metodo

Definizione

Applica la formattazione e la codifica HTML a una stringa da visualizzare.

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

Parametri

fieldValue
Object

Valore del campo dati da formattare.

Restituisce

String

Valore formattato.

Si applica a