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