INumberFormatter2.FormatUInt(UInt64) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
UInt64 値の文字列形式を返します。
public:
Platform::String ^ FormatUInt(unsigned long long value);
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 値。
戻り値
値を表す文字列。