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格式设置数据绑定文本标题值的格式。

适用于

另请参阅