DefaultHtmlGenerator.FormatValue(Object, String) Metodo

Definizione

Formattare un valore.

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

Parametri

value
Object

Valore da formattare.

format
String

Formato da usare.

Restituisce

Valore formattato.

Implementazioni

Si applica a