FieldTemplateUserControl.FormatFieldValue(Object) メソッド

定義

表示される文字列に HTML エンコーディングおよび書式を適用します。

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

パラメーター

fieldValue
Object

書式設定するデータ フィールドのデータ。

戻り値

String

書式適用済みの値。

適用対象