Compartilhar via


INumberFormatter2.FormatUInt(UInt64) Método

Definição

Retorna uma representação de cadeia de caracteres de um 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

O valor UInt64 a ser formatado.

Retornos

String

Platform::String

winrt::hstring

Uma cadeia de caracteres que representa o valor.

Aplica-se a