HtmlHelper.FormatValue Method

Formats the value.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public function FormatValue(
	value : Object, 
	format : String
) : String

Parameters

value
Type: System.Object

The value.

format
Type: System.String

The format string.

Return Value

Type: System.String
The formatted value.
Show: