Condividi tramite


INumberFormatter2.FormatInt(Int64) Metodo

Definizione

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

Parametri

value
Int64

long long

long

Valore Int64 da formattare.

Restituisce

String

Platform::String

winrt::hstring

Valore stringa che rappresenta il valore.

Si applica a