Converts an SByte to an Int32.
[Visual Basic] Overloads Public Shared Function ToInt32( _ ByVal value As SByte _ ) As Integer [C#] public static int ToInt32( sbyte value ); [C++] public: static int ToInt32( char value ); [JScript] public static function ToInt32( value : SByte ) : int;
The value as an Int32.
Convert Class | Convert Members | System Namespace | Convert.ToInt32 Overload List