Freigeben über


PermilleFormatter.FormatDouble(Double) Methode

Definition

Gibt eine Zeichenfolgendarstellung einer Double-Promille zurück.

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

Parameter

value
Double

double

Der double-Wert, der formatiert werden soll.

Gibt zurück

String

Platform::String

winrt::hstring

Eine Zeichenfolge, die die Promille darstellt.

Implementiert

M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)

Gilt für: