[Mono-bugs] [Bug 324019] Int32.Parse does not support trailing currency symbol
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 18 06:22:48 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=324019
User bartverstraete at telenet.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=324019#c2
Bart Verstraete <bartverstraete at telenet.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bartverstraete at telenet.be
--- Comment #2 from Bart Verstraete <bartverstraete at telenet.be> 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.
More information about the mono-bugs
mailing list