INumberFormatter2.FormatDouble(Double) Method

Definition

Returns a string representation of a Double value.

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

Parameters

value
Double

double

The Double value to be formatted.

Returns

String

Platform::String

winrt::hstring

A string that represents the value.

Applies to