[Mono-bugs] [Bug 25074] Changed - Convert.ToByte(string, base) should throw OverflowException
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
22 May 2002 00:49:12 -0000
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=25074
--- shadow/25074 Tue May 21 19:10:02 2002
+++ shadow/25074.tmp.16893 Tue May 21 20:49:12 2002
@@ -1,13 +1,13 @@
Bug#: 25074
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details: win2k/cygwin
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: duncan@ximian.com
ReportedBy: ds99krha@thn.htu.se
QAContact: mono-bugs@ximian.com
@@ -36,6 +36,9 @@
How often does this happen?
All the time
Additional Information:
The hexadecimal value "3F3" is 1011 in decimal form. If you take 1011-
256*3 you get 243. When getting to byte.MaxValue it just starts over.
+
+------- Additional Comments From duncan@ximian.com 2002-05-21 20:49 -------
+Fixed in CVS.