CurrencyFormatter.FormatDouble(Double) 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.
Retourne une représentation sous forme de chaîne d’une valeur monétaire Double .
public:
virtual Platform::String ^ FormatDouble(double value) = FormatDouble;
winrt::hstring FormatDouble(double const& value);
public string FormatDouble(double value);
function formatDouble(value)
Public Function FormatDouble (value As Double) As String
Paramètres
- value
-
Double
double
Valeur monétaire Double à mettre en forme.
Retours
Chaîne qui représente la valeur.
Implémente
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)