PercentFormatter.FormatInt(Int64) 方法

定義

傳回 Int64 百分比的字串表示。

public:
 virtual Platform::String ^ FormatInt(long long value) = FormatInt;
winrt::hstring FormatInt(long const& value);
public string FormatInt(long value);
function formatInt(value)
Public Function FormatInt (value As Long) As String

參數

value
Int64

long long

long

要格式化的 Int64 值。

傳回

String

Platform::String

winrt::hstring

表示百分比的字串。

實作

M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long long) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long)

適用於