INumberFormatter2.FormatUInt(UInt64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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
参数
- value
-
UInt64
unsigned long long
uint64_t
要设置格式的 UInt64 值。
返回
表示值的字符串。