CurrencyFormatter.FormatInt(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 Int64 貨幣值的字串表示。
public:
virtual Platform::String ^ FormatInt(long long value) = FormatInt;
winrt::hstring FormatInt(long const& value);
public string FormatInt(long value);
function formatInt(value)
Public Function FormatInt (value As Long) As String
參數
- value
-
Int64
long long
long
要格式化的 Int64 貨幣值。
傳回
表示值的字串。
實作
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long long)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long)