次の方法で共有


Convert.ToInt32 メソッド (Int32)

指定した 32 ビット符号付き整数が返されます。実際の変換は行われません。

Overloads Public Shared Function ToInt32( _
   ByVal value As Integer _) As Integer
[C#]
public static int ToInt32(intvalue);
[C++]
public: static int ToInt32(intvalue);
[JScript]
public static function ToInt32(
   value : int) : int;

パラメータ

  • value
    32 ビット符号付き整数。

戻り値

パラメータ value は変更されずに返されます。

必要条件

プラットフォーム: 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.ToInt32 オーバーロードの一覧