次の方法で共有


INumberFormatter2.FormatUInt(UInt64) メソッド

定義

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 値。

戻り値

String

Platform::String

winrt::hstring

値を表す文字列。

適用対象