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

定義

指定した を使用して、指定valueformatされた を書式設定します。

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

パラメーター

value
Object

書式を変換する値。

format
String

書式指定文字列 (「」を参照 https://msdn.microsoft.com/en-us/library/txafckwd.aspx)。

戻り値

書式設定された String

適用対象