FieldTemplateUserControl.FormatFieldValue(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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
要格式化的資料欄位值。
傳回
已格式化的值。