Share via


HyperLinkColumn.FormatDataTextValue(Object) 方法

定義

使用 DataTextFormatString 屬性指定的格式,格式化資料繫結的文字標題。

protected:
 virtual System::String ^ FormatDataTextValue(System::Object ^ dataTextValue);
protected virtual string FormatDataTextValue (object dataTextValue);
abstract member FormatDataTextValue : obj -> string
override this.FormatDataTextValue : obj -> string
Protected Overridable Function FormatDataTextValue (dataTextValue As Object) As String

參數

dataTextValue
Object

要格式化的資料繫結的 URL。

傳回

String

資料繫結的文字標題,其格式由 DataTextFormatString 屬性所指定。

備註

使用 方法, FormatDataTextValue 使用 屬性所 DataTextFormatString 指定的格式來格式化資料系結文字標題值。

適用於

另請參閱