You need to sign in to do that
Don't have an account?

Auto Formatting Number
Hi All,
In my Apex Code, I am having Number fields. If those fields has the data greater than 9,999,999.99 then it will automatically convert to the Exponential value (Like in case 19,999,999.99 would e replaced to 1.999999999E7).
But i want to keep this value intact and not want auto conversion to exponential value.
Is there any easy way to acheive this?
What i thaught is use of String split and some logic. but is there any better way to acheive same.
Thanks in Advance.
V.R.
In my Apex Code, I am having Number fields. If those fields has the data greater than 9,999,999.99 then it will automatically convert to the Exponential value (Like in case 19,999,999.99 would e replaced to 1.999999999E7).
But i want to keep this value intact and not want auto conversion to exponential value.
Is there any easy way to acheive this?
What i thaught is use of String split and some logic. but is there any better way to acheive same.
Thanks in Advance.
V.R.
V.R.