Freigeben über


PercentFormatter.FormatInt(Int64) Methode

Definition

Gibt eine Zeichenfolgendarstellung eines Int64-Prozentsatzes zurück.

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

Parameter

value
Int64

long long

long

Der zu formatierende Int64-Wert .

Gibt zurück

String

Platform::String

winrt::hstring

Eine Zeichenfolge, die den Prozentsatz darstellt.

Implementiert

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

Gilt für: