Compartir a través de


INumberFormatter2.FormatUInt(UInt64) Método

Definición

Devuelve una representación de cadena de un valor 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

Parámetros

value
UInt64

unsigned long long

uint64_t

Valor UInt64 al que se va a dar formato.

Devoluciones

String

Platform::String

winrt::hstring

Cadena que representa el valor.

Se aplica a