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

表示值的字串。

適用於