共用方式為


IHtmlHelper.FormatValue(Object, String) 方法

定義

將值格式化。

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

參數

value
Object

數值。

format
String

格式字串 (請參閱 https://msdn.microsoft.com/en-us/library/txafckwd.aspx 用來格式化傳回值的) 。

傳回

String 包含格式化值。

備註

如果 為 nullformat 或空白,則 value 直接轉換成 String

適用於