BoundField.FormatDataValue(Object, Boolean) Method

Definition

Formats the specified field value for a cell in the BoundField object.

C#
protected virtual string FormatDataValue(object dataValue, bool encode);

Parameters

dataValue
Object

The field value to format.

encode
Boolean

true to encode the value; otherwise, false.

Returns

The field value converted to the format specified by DataFormatString.

Remarks

The FormatDataValue method is a helper method used to transform a field value to the format specified by the DataFormatString property. If a field value is null, the value of the NullDisplayText property is returned.

Napomena

This method is used primarily by control developers.

Notes to Inheritors

When extending the BoundField class, you can override this method to perform a custom formatting routine.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1