Condividi tramite


INumberFormatter2.FormatUInt(UInt64) Metodo

Definizione

Restituisce una rappresentazione di stringa di un valore 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

Parametri

value
UInt64

unsigned long long

uint64_t

Valore UInt64 da formattare.

Restituisce

String

Platform::String

winrt::hstring

Valore stringa che rappresenta il valore.

Si applica a