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

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 Sep 2002 04:16:32 -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=25682

--- shadow/25682	Thu Jul 25 12:32:22 2002
+++ shadow/25682.tmp.26078	Mon Sep  2 00:16:32 2002
@@ -1,12 +1,12 @@
 Bug#: 25682
 Product: Mono/Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
@@ -64,6 +64,12 @@
 ------- 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.
 
+
+------- Additional Comments From duncan@ximian.com  2002-09-02 00:16 -------
+Eduardo, What do you mean by 'double.ToString ("X")'? That is not
+valid code.
+
+It would be great if you could attach a sample testcase.