Convert Number to Words

Stimulsoft Reports.NET discussion
Post Reply
kerler
Posts: 2
Joined: Thu Feb 19, 2009 11:24 am

Convert Number to Words

Post by kerler »

How convert Number to Words.

Example:

U$ 2,00 Two Dollars

Thanks
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Convert Number to Words

Post 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.
Post Reply