次の方法で共有


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

適用対象