<p>number2TextConverter.cfc This is a component that takes a number as an argument and returns a string representation of that number. It can convert numbers in the range from 1 to 999999999. Clone or download from GitHub // Create an object c = new number2TextConverter(); // Change language c.setLanguage('spanish'); // Change the currency c.setCurrency( 'MX' ); // Converting just the number result = c.convert( 1999 ); // mil novecientos noventa y nueve // Converting the number and adding the currency at […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2017/11/number-to-text-converter/">Number To Text Converter</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Comments: