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

表示值的字串。

適用於