[Mono-bugs] [Bug 82118][Wis] Changed - Cannot convert from string to Enum with FlagsAttribute when more values are specified
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 30 16:35:02 EDT 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 contact at i-nz.net.
http://bugzilla.ximian.com/show_bug.cgi?id=82118
--- shadow/82118 2007-07-17 07:51:10.000000000 -0400
+++ shadow/82118.tmp.22275 2007-08-30 16:35:02.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82118
Product: Mono: Class Libraries
Version: 1.2
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: g.tardini at caleidoscopio.it
QAContact: mono-bugs at ximian.com
@@ -70,6 +70,10 @@
Note that
object value = converter.ConvertFromInvariantString("One, Two");
works correctly, and value returned contains the enum with the correct
values (One|Two).
The problem is on the EnumConverter.ConvertTo() method.
+
+------- Additional Comments From contact at i-nz.net 2007-08-30 16:35 -------
+Implemented conversion to InstanceDescriptorfor enums with a
+FlagsAttribute in revision 85069.
More information about the mono-bugs
mailing list