ButtonColumn.FormatDataTextValue(Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.