ButtonField.FormatDataTextValue(Object) 方法

定义

设定 ButtonField 对象内的单元格中的指定字段值。

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

要格式化的字段值。

返回

String

已转换为由 DataTextFormatString 属性指定的格式的字段值。

注解

该方法 FormatDataTextValue 是一个帮助程序方法,用于将字段值转换为属性指定的 DataTextFormatString 格式。

继承者说明

扩展 ButtonField 类时,可以重写 FormatDataTextValue(Object) 方法以执行自定义格式设置例程。

适用于

另请参阅