DecimalFormatter.FormatDouble(Double) Method

Definition

Returns a string representation of a Double number.

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

Parameters

value
Double

double

The Double value to be formatted.

Returns

String

Platform::String

winrt::hstring

A string that represents the number.

Implements

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

Applies to