Condividi tramite


HyperLinkColumn.FormatDataTextValue(Object) Metodo

Definizione

Formatta una didascalia di testo associata a dati usando il formato specificato dalla DataTextFormatString proprietà .

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

Parametri

dataTextValue
Object

URL associato a dati da formattare.

Restituisce

Didascalia del testo associata a dati nel formato specificato dalla DataTextFormatString proprietà .

Commenti

Utilizzare il FormatDataTextValue metodo per formattare un valore di didascalia di testo associato a dati con il formato specificato dalla DataTextFormatString proprietà .

Si applica a

Vedi anche