When I do this math below, I do not receive the decimal point.
string test = (2456 / 1000).To.String();
I get 2 instead of 2.456. How can I fix this issue. The answer suppose to be 2.456. Can someone assist me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh ShahPosted Nov 16, 2017, 2:06 PM
David SmithPosted Nov 16, 2017, 1:58 PM
Nilesh ShahPosted Nov 16, 2017, 1:52 PM