Partager via


DecimalFormatter.FormatInt(Int64) Méthode

Définition

Retourne une représentation sous forme de chaîne d’un nombre 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

Paramètres

value
Int64

long long

long

Valeur Int64 à mettre en forme.

Retours

String

Platform::String

winrt::hstring

Chaîne qui représente le nombre.

Implémente

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

S’applique à