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

定義

値の書式を設定します。

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

パラメーター

value
Object

書式を変換する値。

format
String

使用する書式。

戻り値

書式適用済みの値。

実装

適用対象