CurrencyFormatter.FormatDouble(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string representation of a Double currency value.
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 currency value to be formatted.
Returns
A string that represents the value.
Implements
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)