Condividi tramite


DecimalFormatter.FormatUInt(UInt64) Metodo

Definizione

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

Parametri

value
UInt64

unsigned long long

uint64_t

Valore UInt64 da formattare.

Restituisce

String

Platform::String

winrt::hstring

Stringa che rappresenta il numero.

Implementazioni

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)

Si applica a