共用方式為


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 的數位序列,不含前置零。

適用於