ButtonColumn.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

要格式化的值。

返回

转换为由 DataTextFormatString 指示的格式的 dataTextValue

注解

FormatDataTextValue使用 方法可将指定值转换为 属性指示DataTextFormatString的格式。

注意

如果未设置 属性,方法 FormatDataTextValue 将返回值等效的 DataTextFormatString 字符串。

适用于

另请参阅