CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✓ |
Maintained by SteveAxelrod007.
let words = Converter.convert(amount: “1.31”) print(words) One Dollar and 31/100
let words = Converter.convert(amount: “9,304.67”) print(words) nine thousand three hundred four dollars and 67/100
amount can be 0.01 … 999,999.99 nine hundred ninety nine thousand nine hundred ninety nine dollars and 99/100
ConvertNumbersToWords is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ConvertNumbersToWords"
axee.com [email protected]
ConvertNumbersToWords is available under the MIT license. See the LICENSE file for more info.