Share via


DefaultHtmlGenerator.FormatValue(Object, String) Method

Definition

Format a value.

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

Parameters

value
Object

The value to format.

format
String

The format to use.

Returns

The formatted value.

Implements

Applies to