BoundColumn::FormatDataValue Method (Object^)
.NET Framework (current version)
Converts the specified value to the format indicated by the DataFormatString property.
Assembly: System.Web (in System.Web.dll)
Parameters
- dataValue
-
Type:
System::Object^
The value to format.
Return Value
Type: System::String^The specified value converted to the format indicated by the DataFormatString property.
Use the FormatDataValue method to convert the specified value to the format indicated by the DataFormatString property.
Note |
|---|
This method returns the string equivalent of the value if the DataFormatString property is not set. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
