HtmlHelper.FormatValue(Object, String) Method

Definition

Formats the value.

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

Parameters

value
Object

The value.

format
String

The format string.

Returns

The formatted value.

Applies to