I had this problem and I don’t think that for a better solution I tried to convert the double value to a string and replace () with ',' by '.'. This works well, but only when the ending digits are not zero, do I need zeros in my line, even if the value is 1234.0. This worked well for decimal values. I tried to convert double to decimal, but I lost decimal digits from zeros.
[EDIT]
Sorry, forgot to mention C # .NET
I know something is missing. I would appreciate some suggestions.
thank
source
share