DecimalFormatter.FormatInt(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string representation of an Int64 number.
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
A string that represents the number.
Implements
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long long)
M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long)