指定した 32 ビット符号付き整数の値を等価の 64 ビット符号付き整数に変換します。
Overloads Public Shared Function ToInt64( _
ByVal value As Integer _) As Long
[C#]
public static long ToInt64(intvalue);
[C++]
public: static __int64 ToInt64(intvalue);
[JScript]
public static function ToInt64(
value : int) : long;
パラメータ
- value
32 ビット符号付き整数。
戻り値
value の値と等価な 64 ビット符号付き整数。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
Convert クラス | Convert メンバ | System 名前空間 | Convert.ToInt64 オーバーロードの一覧