Freigeben über


HtmlHelper.FormatValue(Object, String) Methode

Definition

Formatiert den Wert.

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

Parameter

value
Object

Der Wert.

format
String

Die Formatzeichenfolge (siehe https://msdn.microsoft.com/en-us/library/txafckwd.aspx), die zum Formatieren des Rückgabewerts verwendet wird.

Gibt zurück

Ein String , der den formatierten Wert enthält.

Implementiert

Gilt für: