DecimalFormatter.FormatUInt(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string representation of a UInt64 number.
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
Parameters
- value
-
UInt64
unsigned long long
uint64_t
The UInt64 value to be formatted.
Returns
A string that represents the number.
Implements
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)