Freigeben über


PermilleFormatter.FormatInt(Int64) Methode

Definition

Gibt eine Zeichenfolgendarstellung einer Int64-Promille 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 formatierte Int64-Wert .

Gibt zurück

String

Platform::String

winrt::hstring

Eine Zeichenfolge, die die Promille 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: