Base Conversion Function Library
The Base Conversion Function Library provides functions for converting between binary, octal, decimal and hexidecimal representations of numbers. The functions operate equivalently to the functions with the same names in Excel.
Oct2Bin(x,places) | Dec2Bin(x,places) | Hex2Bin(x,places) | |
Bin2Oct(x,places) | Dec2Oct(x,places) | Hex2Oct(x,places) | |
Bin2Dec(x) | Oct2Dec(x) | Hex2Dec(x) | |
Bin2Hex(x,places) | Oct2Hex(x,places) | Dec2Hex(x,places) |
Comments
Enable comment auto-refresher