ButtonColumn.FormatDataTextValue(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的值转换为 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 字符串。