Nyelv

HyperLinkColumn.FormatDataTextValue(Object) Metódus

Definíció

Adathoz kötött szöveges felirat formázása a DataTextFormatString tulajdonság által megadott formátummal.

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

Paraméterek

dataTextValue
Object

A formázandó adathoz kötött URL-cím.

Válaszok

Az adathoz kötött szöveg felirata a tulajdonság által DataTextFormatString megadott formátumban.

Megjegyzések

Ezzel a FormatDataTextValue módszerrel formázhat egy adathoz kötött szöveges feliratértéket a DataTextFormatString tulajdonság által megadott formátummal.

A következőre érvényes:

Lásd még