InputDate<TValue>.FormatValueAsString(T) 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 sous forme de chaîne. Les classes dérivées peuvent remplacer cela pour déterminer la mise en forme utilisée pour CurrentValueAsString.
protected:
override System::String ^ FormatValueAsString(T value);
protected override string FormatValueAsString (T value);
override this.FormatValueAsString : 'T -> string
Protected Overrides Function FormatValueAsString (value As T) As String
Paramètres
- value
- T
Valeur à mettre en forme.
Retours
Représentation sous forme de chaîne de la valeur.