T
Tomá¹ Machala
Hi,
If i use method Convert.ToString(anyDouble) to convert double to string, it
sometimes return something like "2.45e6". Is there any other method that
always return string in natural format? Eg. "345000" instead of "3.45e5"?
Thanks.
If i use method Convert.ToString(anyDouble) to convert double to string, it
sometimes return something like "2.45e6". Is there any other method that
always return string in natural format? Eg. "345000" instead of "3.45e5"?
Thanks.