Performs conversions between number bases such as binary, octal, decimal, hex and any other base between 2 and 36. Works with numbers in the range of 0 to 263−1 (over 9 million trillion in decimal).
Demonstration:
.BaseConv()
Usage examples:
decimal = .BaseConv@toDecimal("6699ff", 16) binary = .BaseConv@fromDecimal(170, 2) octalFromHex = .BaseConv@toAny(8, "a72e", 16)
https://raw.githubusercontent.com/Lx/powerpro-BaseConv/v1.0/BaseConv.PowerPro
May be useful for programmers, web designers or anyone else who
frequently works with different number systems.