ButtonField::FormatDataTextValue Method (Object^)
.NET Framework (current version)
Formats the specified field value for a cell in the ButtonField object.
Assembly: System.Web (in System.Web.dll)
Parameters
- dataTextValue
-
Type:
System::Object^
The field value to format.
Return Value
Type: System::String^The field value converted to the format specified by the DataTextFormatString property.
The FormatDataTextValue method is a helper method that is used to transform a field value to the format that is specified by the DataTextFormatString property.
Notes to Inheritors:
When extending the ButtonField class, you can override the FormatDataTextValue method to perform a custom formatting routine.
.NET Framework
Available since 2.0
Available since 2.0
Show: