IHtmlGenerator.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

要使用的格式。

傳回

已格式化的值。

適用於