Answer the question
In order to leave comments, you need to log in
How to convert a double number to a string while keeping the decimal form?
There is a code:
double x = 0.00000001;
string str = Convert.ToString(x);
Answer the question
In order to leave comments, you need to log in
https://msdn.microsoft.com/en-us/library/kfsatb94(v=vs.110).aspx _
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question