PermilleFormatter.FormatDouble(Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Double permillage 的字符串表示形式。
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 值。
返回
一个表示每千米的字符串。
实现
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)