共用方式為


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

格式字串。

傳回

已格式化的值。

適用於