How convert Number to Words.
Example:
U$ 2,00 Two Dollars
Thanks
Convert Number to Words
Convert Number to Words
Hi Kerler,
There are two ways:
1) In the current version of Stimulsoft Reports.Net please use the following function:
{ToCurrencyWords(20,true,false)}
2) In the previous versions:
{Func.En.CurrToStr(10200)}
Thank you.
There are two ways:
1) In the current version of Stimulsoft Reports.Net please use the following function:
{ToCurrencyWords(20,true,false)}
2) In the previous versions:
{Func.En.CurrToStr(10200)}
Thank you.