[Mono-bugs] [Bug 663287] NullableConverter.ConvertTo can't convert int? to int, whereas ms.net can
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 9 16:06:23 EST 2011
https://bugzilla.novell.com/show_bug.cgi?id=663287
https://bugzilla.novell.com/show_bug.cgi?id=663287#c1
--- Comment #1 from Clinton Volzke <cvolzke at live.com.au> 2011-01-09 21:06:23 UTC ---
To fix, change:
if (destinationType == underlyingType && value.GetType() == nullableType)
to
if (destinationType == underlyingType && value.GetType() == underlyingType)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list