HtmlHelper.FormatValue(Object, String) メソッド

定義

値の書式を設定します。

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

パラメーター

value
Object

値。

format
String

書式指定文字列。

戻り値

書式適用済みの値。

適用対象