I'm having this issue and i cant think for the best solution, i tried converting the double value into a string and Replace() the ',' to '.'. This works good but only when trailing digits are not zero, i need zeros in my string, even if the value is 1234.0. This worked good for the decimal values. Tried to convert the double to decimal but i loose the decimal digits of there are zeros.
[EDIT] Sorry forgot to mention C#.NET
I know I'm missing something. I would be grateful for some suggestions.
Thank you