DecimalFormatter.FormatUInt(UInt64) 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 UInt64 .
public:
virtual Platform::String ^ FormatUInt(unsigned long long value) = FormatUInt;
winrt::hstring FormatUInt(uint64_t const& value);
public string FormatUInt(ulong value);
function formatUInt(value)
Public Function FormatUInt (value As ULong) As String
Paramètres
- value
-
UInt64
unsigned long long
uint64_t
Valeur UInt64 à mettre en forme.
Retours
Chaîne qui représente le nombre.
Implémente
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(System.UInt64)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(unsigned long long)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatUInt(uint64_t)