INumberFormatter2.FormatInt(Int64) Method

Definition

Returns a string representation of an Int64 value.

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

Parameters

value
Int64

long long

long

The Int64 value to be formatted.

Returns

String

Platform::String

winrt::hstring

A string that represents the value.

Applies to