PercentFormatter.FormatInt(Int64) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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)