[Mono-dev] Fix in ImageFormat.cs from 2005-10-31
Konstantin Triger
kostat at mainsoft.com
Sun Nov 13 10:47:01 EST 2005
Hello Jordi,
You changed the ToString method to compare Guid with the ImageFormat
instances...
This makes this code
ImageFormat f = ImageFormat.Gif;
Console.WriteLine(f.ToString());
return;
To return
'[ImageFormat: b96b3cb0-0728-11d3-9d7b-0000f81ef32e]'
Instead of 'Gif';
Can you please fix it or would you like I'll do it?
Regards,
Kosta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20051113/ca953ea6/attachment.html
More information about the Mono-devel-list
mailing list