Partager via


INumberFormatter2.FormatUInt(UInt64) Méthode

Définition

Renvoie une représentation sous forme de chaîne d’une valeur UInt64 .

public:
 Platform::String ^ FormatUInt(unsigned long long value);
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 la valeur.

S’applique à