Compartir a través de


INumberFormatter2.FormatDouble(Double) Método

Definición

Devuelve una representación de cadena de un valor 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

Parámetros

value
Double

double

Valor double al que se va a dar formato.

Devoluciones

String

Platform::String

winrt::hstring

Cadena que representa el valor.

Se aplica a