hi i need your help with ToCurrencyWordsEs funsion

Stimulsoft Reports.NET discussion
Post Reply
miguels
Posts: 27
Joined: Tue Jun 23, 2009 5:05 pm

hi i need your help with ToCurrencyWordsEs funsion

Post by miguels »

sintaxis
bool ToCurrencyWordsEs (decimal number, string currencyISO, long decimals)

Converts the specified value to its equivalent string representation in Spanish (Spain Traditional) language.

Parameters
number - A value containing a number to convert.
currencyISO - A value containing a currency ISO code ("EUR" or "GBP").
decimals - A value containing a decimals

I do not find in the help manual that value to the second parameter currencyISO to convert Mexican currency
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

hi i need your help with ToCurrencyWordsEs funsion

Post by Andrew »

Hello,

Currently we support only two parameters: "EUR" and "GBP".
We can add and a Mexican currency, but we need from you information about the currency. As an example, for EUR


euros
Separator for big numbers


1
0 : neutral - 1 : male - 2 : female


cents


cent


1
0 : neutral - 1 : male - 2 : female


euros


euro
miguels
Posts: 27
Joined: Tue Jun 23, 2009 5:05 pm

hi i need your help with ToCurrencyWordsEs funsion

Post by miguels »

ok the expression of an amount is $ 3,096.50 (three thousand and ninety-six pesos (50/100) MN)

in Spanish would
$3096.50 (tres mil noventa y seis pesos (50/100) M.N.)

I hope I can help or need anything else pls tell me

tnk
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

hi i need your help with ToCurrencyWordsEs funsion

Post by Alex K. »

Hello,

Thank you for the information you provided. We will notify you, if we need additional information.

Thank you.
miguels
Posts: 27
Joined: Tue Jun 23, 2009 5:05 pm

hi i need your help with ToCurrencyWordsEs funsion

Post by miguels »

ok very soon, I hope your answer, to finish my report with that function. and see if you need to download a new version
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

hi i need your help with ToCurrencyWordsEs funsion

Post by Andrew »

Hello,

Please follow our news at http://stimulsoft.com/AllNews.aspx . Here you may read the latest changes in our products.

Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

hi i need your help with ToCurrencyWordsEs funsion

Post by Ivan »

Hello,

We made some improvements in that direction.
Now you can use the "MXN" currency ISO code, and the ToWordsEs() function.
For example, you can use the following expressions:

Code: Select all

{ToCurrencyWordsEs(3096.50m, "MXN", 2)}
{string.Format("{0} pesos ({1}/100) MN", ToWordsEs((int)3091.50, false), (int)(3091.50 * 100)%100)}
The patch will be available in the next prerelease build from 9-Mar-2011.

Thank you.
miguels
Posts: 27
Joined: Tue Jun 23, 2009 5:05 pm

hi i need your help with ToCurrencyWordsEs funsion

Post by miguels »

ok thanks ... now where I can download the update ... I have version 2010.3
to use the currency function
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

hi i need your help with ToCurrencyWordsEs funsion

Post by Alex K. »

Hello,

The prerelease build is available on our site.

Thank you.
Post Reply