Returns a 32-bit, 4-byte signed integer with the converted number.
[Visual Basic] Overloads Public Shared Function ToInt32( _ ByVal value As Short _ ) As Integer [C#] public static int ToInt32( short value ); [C++] public: static int ToInt32( short value ); [JScript] public static function ToInt32( value : Int16 ) : int;
value as an Int32 .
Convert Class | Convert Members | System Namespace | Convert.ToInt32 Overload List