portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

Number To Text Converter

| View in Portal
November 24, 2017 02:33:13 AM GMT
0 Comments
<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>
Labels: Blog, Converter, Program, Showcase, convert, converter, library, number2TextConverter, program

Comments: