HtmlHelper::FormatValue Method

Formats the value.

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

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

Parameters

value
Type: System::Object

The value.

format
Type: System::String

The format string.

Return Value

Type: System::String
The formatted value.
Show: