ButtonColumn.FormatDataTextValue(Object) Metodo

Definizione

Converte il valore specificato nel formato indicato dalla 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

Valore da formattare.

Restituisce

Valore dataTextValue convertito nel formato indicato dalla proprietà DataTextFormatString.

Commenti

Utilizzare il FormatDataTextValue metodo per convertire il valore specificato nel formato indicato dalla DataTextFormatString proprietà.

Nota

Il FormatDataTextValue metodo restituisce l'equivalente stringa del valore, se la DataTextFormatString proprietà non è impostata.

Si applica a

Vedi anche