HyperLinkColumn.FormatDataTextValue(Object) Method

Definition

Formats a data-bound text caption using the format specified by the DataTextFormatString property.

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 data-bound URL to format.

Returns

The data-bound text caption in the format specified by the DataTextFormatString property.

Remarks

Use the FormatDataTextValue method to format a data-bound text caption value with the format specified by the DataTextFormatString property.

Applies to

See also