https://bugzilla.novell.com/show_bug.cgi?id=661996

https://bugzilla.novell.com/show_bug.cgi?id=661996#c1


Thomas Goldstein <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Thomas Goldstein <[email protected]> 2011-01-07 20:14:25 UTC ---
I think the fix is simply:

int base = Hexadecimal ? 16 : 10;
Value = Check (Convert.ToDecimal (Convert.ToInt32 (Text, base)));

-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to