IHtmlHelper.FormatValue(Object, String) Méthode

Définition

Met en forme la valeur.

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

Paramètres

value
Object

La valeur.

format
String

Chaîne de format (voir https://msdn.microsoft.com/en-us/library/txafckwd.aspx) utilisée pour mettre en forme la valeur de retour.

Retours

String contenant la valeur mise en forme.

Remarques

value Convertit en un String directement si format est null ou vide.

S’applique à