HeaderUtilities.FormatNonNegativeInt64(Int64) 方法

定义

将非负 64 位数值转换为其等效的字符串表示形式。

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

参数

value
Int64

要转换的数字。

返回

此实例值的字符串表示形式,由 0 到 9(无前导零)的数字序列组成。

适用于