共用方式為


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

已格式化的值。

適用於