ButtonField.FormatDataTextValue(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设定 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
要格式化的字段值。
返回
已转换为由 DataTextFormatString 属性指定的格式的字段值。
注解
该方法 FormatDataTextValue 是一个帮助程序方法,用于将字段值转换为属性指定的 DataTextFormatString 格式。
继承者说明
扩展 ButtonField 类时,可以重写 FormatDataTextValue(Object) 方法以执行自定义格式设置例程。