OpenPetra
Free Administration Software for Non-Profits
|
This is to write a currency value in words, eg. 123 becomes onehundred twenty-three; this has to be implemented for each language. see also Java GPL code: NumericalChameleon: http://www.jonelo.de/java/nc/ More...
Static Public Member Functions | |
static string | AmountToWords (decimal AValue, string AMajorUnitSingular, string AMajorUnitPlural, string AMinorUnitSingular, string AMinorUnitPlural) |
Convert currency amount to words. This uses the current culture to determine the language. More... | |
This is to write a currency value in words, eg. 123 becomes onehundred twenty-three; this has to be implemented for each language. see also Java GPL code: NumericalChameleon: http://www.jonelo.de/java/nc/
|
inlinestatic |
Convert currency amount to words. This uses the current culture to determine the language.
AValue | Amount as a decimal |
AMajorUnitSingular | |
AMajorUnitPlural | |
AMinorUnitSingular | |
AMinorUnitPlural |