PercentFormatter.FormatUInt(UInt64) 方法

定义

返回 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

参数

value
UInt64

unsigned long long

uint64_t

要格式化的 UInt64 值。

返回

String

Platform::String

winrt::hstring

表示百分比的字符串。

实现

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)

适用于