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
RameshderRameshder 

Integer To String Conversion

guys i have an requirement in Visual force Page
I am entering Salary amount in Contact Object [Example 450000]
i am fetching that salary value in render pdf In pdf I want to display 4 lakh 50 thousand or four Lakh Fifty Thousand rupees
BJ SAGABJ SAGA
Hi Ramesher,

Check this link
http://salesforcemaniacs.blogspot.in/2016/02/convert-currency-into-words-in-salesforce.html

Thanks & Regards

SAGA BJ
PawanKumarPawanKumar
Hi Ramesher,

You can try below link to make it work in PDF.
http://salesforcewithkiran.blogspot.in/2013/05/number-to-words-in-apex.html

http://stackoverflow.com/questions/40676675/convert-number-to-words-in-apex-salesforce

Hope it will help you.

Regards,
Pawan Kumar