Share via


INumberFormatter2.FormatInt(Int64) Methode

Definition

Gibt eine Zeichenfolgendarstellung eines Int64-Werts zurück.

public:
 Platform::String ^ FormatInt(long long value);
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 Wert darstellt.

Gilt für: