Page 1 of 1
hi i need your help with ToCurrencyWordsEs funsion
Posted: Thu Mar 03, 2011 3:48 pm
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
hi i need your help with ToCurrencyWordsEs funsion
Posted: Fri Mar 04, 2011 12:38 pm
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
hi i need your help with ToCurrencyWordsEs funsion
Posted: Fri Mar 04, 2011 5:51 pm
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
hi i need your help with ToCurrencyWordsEs funsion
Posted: Sat Mar 05, 2011 2:41 am
by Alex K.
Hello,
Thank you for the information you provided. We will notify you, if we need additional information.
Thank you.
hi i need your help with ToCurrencyWordsEs funsion
Posted: Mon Mar 07, 2011 4:26 pm
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
hi i need your help with ToCurrencyWordsEs funsion
Posted: Mon Mar 07, 2011 9:51 pm
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.
hi i need your help with ToCurrencyWordsEs funsion
Posted: Wed Mar 09, 2011 6:33 am
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.
hi i need your help with ToCurrencyWordsEs funsion
Posted: Wed Mar 09, 2011 4:14 pm
by miguels
ok thanks ... now where I can download the update ... I have version 2010.3
to use the currency function
hi i need your help with ToCurrencyWordsEs funsion
Posted: Thu Mar 10, 2011 12:51 am
by Alex K.
Hello,
The prerelease build is available on our site.
Thank you.