CurrencyFormatter.FormatDouble(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

要设置格式的 双精度 货币值。

返回

String

Platform::String

winrt::hstring

表示值的字符串。

实现

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

适用于