function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rksfdcrksfdc 

Long value conversion

Hi,

Is there a say to convert long number like this (9.0E7), to their original value i.e. 90000000 in APEX?

 

Thanks,

Rami

Best Answer chosen by Admin (Salesforce Developers) 
rksfdcrksfdc
I think <variable>.longvalueOf() would give away, atleast I was able to use this to solve my issue. Thanks guys.