Hi, I need to format a huge value using NumberFormatter. The rounding is set to "none". But Still the value is rounded.
I need to add precision to value 5621633088425998336. So i set precision 4 to numberformatter and trying to format the value. It is returning 5621633088425998300.0000. Value 36 is missed out after formatting the value. Any suggestions to get the real value without rounding ? -- Regards Saju Thankathurai,
