Freigeben über


INumberFormatter2.FormatDouble(Double) Methode

Definition

Gibt eine Zeichenfolgendarstellung eines Double-Werts zurück.

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

Parameter

value
Double

double

Der double-Wert, der formatiert werden soll.

Gibt zurück

String

Platform::String

winrt::hstring

Eine Zeichenfolge, die den Wert darstellt.

Gilt für: