Returning Exponential number from data table if storing number values more than 7 digits
Summary
Returning Exponential number from data table if storing number values more than 7 digitsContent
Dear All
we are facing an issue in returning number value from the data table we have stored one item price as 10000000.0
when we returning this value in float it is giving as 1.0E7
- 1.0E7 USD 01/30/2021 12/31/9999Y
We want to print the actual value i.e: 10000000.0
Please suggest a solution that can be done here.
Thanks & Regards,
-Keerthi
0