Condividi tramite


PercentFormatter.FormatDouble(Double) Metodo

Definizione

Restituisce una rappresentazione di stringa di una percentuale 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

Parametri

value
Double

double

Valore Double da formattare.

Restituisce

String

Platform::String

winrt::hstring

Stringa che rappresenta la percentuale.

Implementazioni

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

Si applica a