INumberFormatter2.FormatUInt(UInt64) Method

Definition

Returns a string representation of a UInt64 value.

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

Parameters

value
UInt64

unsigned long long

uint64_t

The UInt64 value to be formatted.

Returns

String

Platform::String

winrt::hstring

A string that represents the value.

Applies to