Description
Convert integers in various bases to and from strings.
Description
Parse or show positive and negative intergers in decimal, hexadecimal, octal, and binary. When parsing numbers, the base is determined automatically.
README.md
Text.IntFormats Haskell Library
This library includes functions for converting from a string to an integer, with the base determined automatically, and from an integer to a string, with the user specifying the base. Supports negative numbers.
Bug? Possible improvements? Let me know!
Just open an issue or pull request.