Compartir a través de


IHtmlGenerator.FormatValue(Object, String) Método

Definición

Dar formato a un valor.

public:
 System::String ^ FormatValue(System::Object ^ value, System::String ^ format);
public string FormatValue (object value, string format);
abstract member FormatValue : obj * string -> string
Public Function FormatValue (value As Object, format As String) As String

Parámetros

value
Object

Valor al que se va a aplicar formato.

format
String

Formato que se usará.

Devoluciones

Valor con formato.

Se aplica a