BoundColumn.FormatDataValue(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的值转换为 DataFormatString 属性指示的格式。
protected:
virtual System::String ^ FormatDataValue(System::Object ^ dataValue);
protected virtual string FormatDataValue (object dataValue);
abstract member FormatDataValue : obj -> string
override this.FormatDataValue : obj -> string
Protected Overridable Function FormatDataValue (dataValue As Object) As String
参数
- dataValue
- Object
要格式化的值。
返回
已转换为由 DataFormatString 属性指示的格式的指定值。
注解
FormatDataValue使用 方法可将指定的值转换为 属性指示DataFormatString的格式。
注意
如果未设置 属性,此方法将返回值等效的 DataFormatString 字符串。