I have to convert very big numbers to string without scientific form but using decimal form.
But if I do something like this:
I obtain someting like 2.xxxE17.
How could I do ?
Thank you
But if I do something like this:
B4X:
dim tt as string = Power(2,54)
I obtain someting like 2.xxxE17.
How could I do ?
Thank you