HeaderUtilities.FormatNonNegativeInt64(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.
Converts the non-negative 64-bit numeric value to its equivalent string representation.
public:
static System::String ^ FormatNonNegativeInt64(long value);
public static string FormatNonNegativeInt64 (long value);
static member FormatNonNegativeInt64 : int64 -> string
Public Shared Function FormatNonNegativeInt64 (value As Long) As String
Parameters
- value
- Int64
The number to convert.
Returns
The string representation of the value of this instance, consisting of a sequence of digits ranging from 0 to 9 with no leading zeroes.