Condividi tramite


ButtonColumn.FormatDataTextValue(Object) Metodo

Definizione

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

Valore da formattare.

Restituisce

Oggetto dataTextValue convertito nel formato indicato dall'oggetto DataTextFormatString.

Commenti

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

Annotazioni

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

Si applica a

Vedi anche