次の方法で共有


INumberFormatter2.FormatDouble(Double) メソッド

定義

Double 値の文字列形式を返します。

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

パラメーター

value
Double

double

書式設定する Double 値。

戻り値

String

Platform::String

winrt::hstring

値を表す文字列。

適用対象