[Mono-bugs] [Bug 78892][Min] New - ImageFormat.ToString() should be human readable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 18 16:00:27 EDT 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 scottell.lists at gmail.com.

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

--- shadow/78892	2006-07-18 16:00:27.000000000 -0400
+++ shadow/78892.tmp.17285	2006-07-18 16:00:27.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78892
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Drawing.
+AssignedTo: peter at novonyx.com                            
+ReportedBy: scottell.lists at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ImageFormat.ToString() should be human readable
+
+According to MSDN, ImageFormat.ToString() should return a human-readable
+string.  Using the following test:
+
+public class T
+{
+	public static void Main ()
+	{
+		System.Console.WriteLine ( System.Drawing.Imaging.ImageFormat.Png );
+	}
+}
+
+MS.NET 2.0 returns: 
+Png
+Mono/libgdiplus 1.1.16.1: 
+[ImageFormat: b96b3caf-0728-11d3-9d7b-0000f81ef32e]
+
+In earlier versions, this worked correctly.


More information about the mono-bugs mailing list