CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.

ConvertNumbersToWords 1.0.1

ConvertNumbersToWords 1.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by SteveAxelrod007.



  • By
  • steveaxelrod007

ConvertNumbersToWords converts numbers as strings to english words

Example

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

Requirements

Installation

ConvertNumbersToWords is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ConvertNumbersToWords"

Author

axee.com [email protected]

License

ConvertNumbersToWords is available under the MIT license. See the LICENSE file for more info.