次の方法で共有


CurrencyFormatter.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)

適用対象