BoundField.FormatDataValue(Object, Boolean) Method
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 BoundField object.
protected:
virtual System::String ^ FormatDataValue(System::Object ^ dataValue, bool encode);
protected virtual string FormatDataValue(object dataValue, bool encode);
abstract member FormatDataValue : obj * bool -> string
override this.FormatDataValue : obj * bool -> string
Protected Overridable Function FormatDataValue (dataValue As Object, encode As Boolean) As String
- dataValue
- Object
The field value to format.
- encode
- Boolean
true
to encode the value; otherwise, false
.
The field value converted to the format specified by DataFormatString.
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.
When extending the BoundField class, you can override this method to perform a custom formatting routine.
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 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: