[Mono-bugs] [Bug 56744][Maj] Changed - Convert.ToInt32(x, 10), doesn't take negative numbers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Apr 2004 14:32:48 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dave-gnome-bugs@earth.li.

http://bugzilla.ximian.com/show_bug.cgi?id=56744

--- shadow/56744	2004-04-09 05:56:41.000000000 -0400
+++ shadow/56744.tmp.20976	2004-04-09 14:32:48.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56744
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-gnome-bugs@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -42,6 +42,13 @@
 System.Convert:ToInt32 (string,int)
 in <0x00021> t1:Main (string[])
 
 
 Expected Results:
 Nothing
+
+------- Additional Comments From dave-gnome-bugs@earth.li  2004-04-09 14:32 -------
+Have checked in fix and tests.
+
+String cannot contain a minus sign if the base is not 10.
+But can if it is ten, and + is allowed everywhere.
+