Freigeben über


DecimalFormatter.FormatInt(Int64) Methode

Definition

Gibt eine Zeichenfolgendarstellung einer Int64-Zahl 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 die Zahl 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: