[Mono-bugs] [Bug 38452][Wis] New - Incomplete Enum.Parse() implementation causes bug
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 20 Feb 2003 19:57:18 -0500 (EST)
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 sayao@brturbo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38452
--- shadow/38452 Thu Feb 20 19:57:18 2003
+++ shadow/38452.tmp.1361 Thu Feb 20 19:57:18 2003
@@ -0,0 +1,25 @@
+Bug#: 38452
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sayao@brturbo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Incomplete Enum.Parse() implementation causes bug
+
+From MSDN:
+
+Enum.Parse() -> Overloaded. Converts the string representation of the name
+or numeric value of one or more enumerated constants to an equivalent
+enumerated object.
+
+**or numeric value**, the current implementation only considers name.