[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
Mon Dec 18 06:45:12 EST 2006


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 andyhume32 at yahoo.co.uk.

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

--- shadow/80298	2006-12-18 06:40:15.000000000 -0500
+++ shadow/80298.tmp.6572	2006-12-18 06:45:12.000000000 -0500
@@ -47,6 +47,11 @@
         // after all).
         // However:
         // * NETCFv1 -- Doesn't support the X formatting code at all.
         // * Mono-1.2.2.1 -- Formats it as e.g. 0x000000d1.
         (byte)m_code // Cause use Byte.ToString
         );
+
+------- Additional Comments From andyhume32 at yahoo.co.uk  2006-12-18 06:45 -------
+Created an attachment (id=18324)
+C# code file containing NUnit test cases
+


More information about the mono-bugs mailing list