https://bugzilla.novell.com/show_bug.cgi?id=324019
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=324019#c2 Bart Verstraete <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #2 from Bart Verstraete <[EMAIL PROTECTED]> 2008-06-18 04:22:48 MDT --- Got the some thing, also with nl-BE, with 'int' as well 'double'. Sample code: Console.WriteLine(int.Parse(3.ToString("C"),NumberStyles.Currency)); Console.WriteLine(double.Parse(3.12d.ToString("C"),NumberStyles.Currency)); I use ubunte 8.04 and mono that comes with it. Grts Bart -- 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
