3
I have in C# the following number in Double: 124.00767638369544
. When I simply put valor.toString()
, the value goes to: 124.007676383695
, IGNORING the 0,00000000000044
. The system I’m making needs that precision.
I’ve tried to force region, parse, and a multitude of different conversions and nothing.
Anyone have any suggestions? I believe that follow the limitation of Excel, that... if you put the same value in a cell, is also disregarded the 0,00000000000044
.