From: Rolf M. <rm...@fa...> - 2008-04-07 03:06:19
|
Hello... I have a C# program that takes a currency (decimal 10,2) amount and stores it in a table. With the culture "EN_us", everything works fine: 7.99 appears in the table as 7.99. Now, if I change the culture to Finland (whose currency uses a comma as the decimal separator), I see that 7,99 appears as 799 in the table, and from that point everything goes downhill. Can someone please tell me where I can find some documents (or help) on resolving this issue? I really would appreciate it. |