hi i need your help with ToCurrencyWordsEs funsion
hi i need your help with ToCurrencyWordsEs funsion
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
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
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
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
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
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
Hello,
Thank you for the information you provided. We will notify you, if we need additional information.
Thank you.
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
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
Hello,
Please follow our news at http://stimulsoft.com/AllNews.aspx . Here you may read the latest changes in our products.
Thank you.
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
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:
The patch will be available in the next prerelease build from 9-Mar-2011.
Thank you.
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)}
Thank you.
hi i need your help with ToCurrencyWordsEs funsion
ok thanks ... now where I can download the update ... I have version 2010.3
to use the currency function
to use the currency function
hi i need your help with ToCurrencyWordsEs funsion
Hello,
The prerelease build is available on our site.
Thank you.
The prerelease build is available on our site.
Thank you.