DecimalFormatter.FormatDouble(Double) Метод

Определение

Возвращает строковое представление числа 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

Параметры

value
Double

double

Отформатируемое значение Double .

Возвращаемое значение

String

Platform::String

winrt::hstring

Строка, представляющая число.

Реализации

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

Применяется к