Share via


HeaderUtilities.FormatNonNegativeInt64(Int64) Method

Definition

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.

Applies to