Partager via


INumberFormatter2.FormatInt(Int64) Méthode

Définition

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

Paramètres

value
Int64

long long

long

Valeur Int64 à mettre en forme.

Retours

String

Platform::String

winrt::hstring

Chaîne qui représente la valeur.

S’applique à