Compartir a través de


ButtonColumn.FormatDataTextValue(Object) Método

Definición

Convierte el valor especificado al formato indicado por la propiedad 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

Parámetros

dataTextValue
Object

Valor al que se va a aplicar formato.

Devoluciones

El objeto dataTextValue convertido al formato indicado por DataTextFormatString.

Comentarios

Utilice el FormatDataTextValue método para convertir el valor especificado al formato indicado por la DataTextFormatString propiedad .

Nota:

El FormatDataTextValue método devuelve el equivalente de cadena del valor, si no se establece la DataTextFormatString propiedad .

Se aplica a

Consulte también