Condividi tramite


INumberFormatter2.FormatDouble(Double) Metodo

Definizione

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

Parametri

value
Double

double

Valore Double da formattare.

Restituisce

String

Platform::String

winrt::hstring

Valore stringa che rappresenta il valore.

Si applica a