[Mono-bugs] [Bug 25682][Wis] Changed - Double.ToString not fully implemented

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
25 Jul 2002 16:32:22 -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 kiwnix@yahoo.es.

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

--- shadow/25682	Tue Jun  4 03:21:19 2002
+++ shadow/25682.tmp.12049	Thu Jul 25 12:32:22 2002
@@ -1,13 +1,13 @@
 Bug#: 25682
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -57,6 +57,13 @@
 ------- Additional Comments From lupus@ximian.com  2002-06-03 07:17 -------
 I changed the default precision to 15 in cvs (it's the same value
 implied by the default "G" format).
 
 ------- Additional Comments From duncan@ximian.com  2002-06-04 03:21 -------
 This is fixed, but bug 25692 is still there.
+
+------- Additional Comments From kiwnix@yahoo.es  2002-07-25 12:32 -------
+Another thing related to:
+When you call double.ToString("X"); it should trow a
+SystemFormatException and it only return a decimal representation of
+the string.
+