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

表示值的字符串。

适用于