HeaderUtilities.FormatNonNegativeInt64(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將非負數 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 的數位序列,不含前置零。