DecimalFormatter.FormatInt(Int64) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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)