CurrencyFormatter.FormatUInt(UInt64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UInt64 通貨値の文字列形式を返します。
public:
virtual Platform::String ^ FormatUInt(unsigned long long value) = FormatUInt;
winrt::hstring FormatUInt(uint64_t const& value);
public string FormatUInt(ulong value);
function formatUInt(value)
Public Function FormatUInt (value As ULong) As String
パラメーター
- value
-
UInt64
unsigned long long
uint64_t
書式設定する UInt64 通貨値。
戻り値
書式設定する UInt64 通貨値。
実装
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(System.UInt64)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(unsigned long long)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(uint64_t)