Compartilhar via


INumberFormatter2.FormatInt(Int64) Método

Definição

Retorna uma representação de cadeia de caracteres de um valor Int64 .

public:
 Platform::String ^ FormatInt(long long value);
winrt::hstring FormatInt(long const& value);
public string FormatInt(long value);
function formatInt(value)
Public Function FormatInt (value As Long) As String

Parâmetros

value
Int64

long long

long

O valor Int64 a ser formatado.

Retornos

String

Platform::String

winrt::hstring

Uma cadeia de caracteres que representa o valor.

Aplica-se a