HyperLinkColumn.FormatDataTextValue(Object) Metodo

Definizione

Formatta una didascalia collegata ai dati utilizzando il formato specificato tramite la proprietà DataTextFormatString.

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 ai dati da formattare.

Restituisce

String

Didascalia collegata ai dati nel formato specificato tramite la proprietà DataTextFormatString.

Commenti

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

Si applica a

Vedi anche