ButtonField.FormatDataTextValue(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats the specified field value for a cell in the ButtonField object.
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
Parameters
- dataTextValue
- Object
The field value to format.
Returns
The field value converted to the format specified by the DataTextFormatString property.
Remarks
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(Object) method to perform a custom formatting routine.