CurrencyFormatter.FormatUInt(UInt64) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt eine Zeichenfolgendarstellung eines UInt64-Währungswerts zurück.
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
Parameter
- value
-
UInt64
unsigned long long
uint64_t
Der zu formatierende UInt64-Währungswert .
Gibt zurück
Der zu formatierende UInt64-Währungswert .
Implementiert
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)