[Mono-bugs] [Bug 79978][Wis] Changed - [PATCH] Convert.ChangeType() don't call IConvertible.ToType().
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 19 04:10:34 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 redforks at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79978
--- shadow/79978 2006-11-19 04:09:42.000000000 -0500
+++ shadow/79978.tmp.5660 2006-11-19 04:10:34.000000000 -0500
@@ -26,6 +26,11 @@
else if (value.GetType().Assembly == typeof(int).Assembly)
throw new InvalidCastException (Locale.GetText ("Unknown target
conversion type"));
But I stronglly suggest add a new helper function for Int32.ToType().
+
+------- Additional Comments From redforks at gmail.com 2006-11-19 04:10 -------
+Created an attachment (id=18115)
+patch
+
More information about the mono-bugs
mailing list