Condividi tramite


DecimalFormatter.FormatInt(Int64) Metodo

Definizione

Restituisce una rappresentazione stringa di un numero Int64 .

public:
 virtual Platform::String ^ FormatInt(long long value) = FormatInt;
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

Stringa che rappresenta il numero.

Implementazioni

M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long long) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long)

Si applica a