PercentFormatter.FormatInt(Int64) Method

Definition

Returns a string representation of an Int64 percentage.

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

Parameters

value
Int64

long long

long

The Int64 value to be formatted.

Returns

String

Platform::String

winrt::hstring

A string that represents the percentage.

Implements

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

Applies to