F# library for operations related to radix conversion. Compatible with Fable.
Version 1.1.0
- Provides functions for working with radix conversion in F#.
- Works in a Fable project.
- .NET Standard 2.0
- .NET 6
- .NET 7
- .NET 8
- Dec
Contains helper functions for base 10 radix conversion (.NET wrapper functions). - Bin
Contains helper functions for base 2 radix conversion (.NET wrapper functions). - Hex
Contains helper functions for base 16 radix conversion (.NET wrapper functions). - Arb
Contains helper functions for radix conversion with an Arbitrary base.
For more information, see the signature file (.fsi
).
.NET CLI,
dotnet add package Fermata.RadixConversion --version 1.1.0
F# Intaractive,
#r "nuget: Fermata.RadixConversion, 1.1.0"
For more information, please see Fermata on NuGet Gallery.
Bin.validate
andHex.validate
return the input binary number representation or hexadecimal representation without leading zeros, while they used to return the input value with leading zeros.
- Functions in the module contains the built-in exceptions on failure, while they used to contain
Fermata.Exceptions
.
This product is licensed under the MIT license.