次の方法で共有


CurrencyFormatter.FormatUInt(UInt64) メソッド

定義

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

戻り値

String

Platform::String

winrt::hstring

書式設定する 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)

適用対象