I have an interesting problem with a specific conversion.
When I try to convert the string "0,3"
or "0.3"
, according to the UICulture
, to a Double
value, the result is 0,29999999
. I have not yet found a solution, in order to receive the result 0,3
.
There is any way to have the same values after the conversion?