ViewDataDictionary.FormatValue(Object, String) Methode

Definition

Formatiert die angegebene value mithilfe des angegebenen format.

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

Parameter

value
Object

Der zu formatierende Wert.

format
String

Die Formatzeichenfolge (siehe https://msdn.microsoft.com/en-us/library/txafckwd.aspx).

Gibt zurück

Die formatierte String.

Gilt für: