[Mono-bugs] [Bug 80298][Wis] Changed - Enum.ToString("X") outputs e.g. "000000d1" versus MSFT "D1" etc

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 6 01:50:05 EST 2007


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 miguel at ximian.com.

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

--- shadow/80298	2007-02-25 12:38:17.000000000 -0500
+++ shadow/80298.tmp.11545	2007-03-06 01:50:05.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80298
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: andyhume32 at yahoo.co.uk               
 QAContact: mono-bugs at ximian.com
@@ -64,6 +64,9 @@
 The above patch makes the formatting for specifiers 'x' and 'X' behave
 like MS.NET, including the correct length for each possible underlying
 type, and correctly using capital letters for the 'X' case.
 
 Patch also includes some more test cases in EnumTests.cs.
 
+
+------- Additional Comments From miguel at ximian.com  2007-03-06 01:50 -------
+Applied patch.


More information about the mono-bugs mailing list