DecimalFormatter.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.
Renvoie une représentation sous forme de chaîne d’un nombre 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 Double à mettre en forme.
Retours
Chaîne qui représente le nombre.
Implémente
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)