Partager via


DecimalFormatter.FormatUInt(UInt64) Méthode

Définition

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

String

Platform::String

winrt::hstring

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)

S’applique à