BoundColumn.FormatDataValue(Object) 方法

定义

将指定的值转换为 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 字符串。

适用于

另请参阅