HtmlHelper.FormatValue(Object, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Met en forme la valeur.
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
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.