Page 1 of 1

Convert Number to Words

Posted: Thu Feb 19, 2009 11:25 am
by kerler
How convert Number to Words.

Example:

U$ 2,00 Two Dollars

Thanks

Convert Number to Words

Posted: Fri Feb 20, 2009 2:18 am
by Edward
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.