Compartir a través de


INumberFormatter2.FormatInt(Int64) Método

Definición

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

Valor int64 al que se va a dar formato.

Devoluciones

String

Platform::String

winrt::hstring

Cadena que representa el valor.

Se aplica a