Base Conversion Function Library

Revision as of 19:30, 18 March 2008 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


You are not allowed to post comments.