Partager via


INumberFormatter2.FormatDouble(Double) Méthode

Définition

Retourne une représentation sous forme de chaîne d’une valeur Double .

public:
 Platform::String ^ FormatDouble(double value);
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

String

Platform::String

winrt::hstring

Chaîne qui représente la valeur.

S’applique à