Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.66 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.66 KB

Basealize

GitHub Release Date Last commit

nuget (Basealize) nuget (Dozenalize) nuget (Seximalize) nuget (Niftimalize)

Basealize is a small base library which allows creating and parsing strings for different bases in F# and C#. Per default we use the decimal base ten but there are other interesting bases as well which should be easily usable.

In this repo there are also some implementations for different bases present:

  • Dozenalize (base twelve)
  • Seximalize (base six)
  • Niftimalize (base thirtysix)

Dependening on what you plan to do you can find more information here:

For users

For developer