次の方法で共有


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 までの数字のシーケンスで構成され、先行ゼロはありません。

適用対象