CurrencyFormatter.FormatDouble(Double) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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 貨幣值。
傳回
表示值的字串。
實作
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)