INumberFormatter2.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’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
Chaîne qui représente la valeur.