Convert Values Between Different Bases
Category:
Dates and MathType:
SnippetsDifficulty:
IntermediateAuthor:
WatyVersion Compatibility:
More information:
This function allows you to convert numbers from different bases between 2 and 36. You can specify the Input Base and the Output Base. For example if you pass the value of 255 and specify 10 for the input base and 2 for the output base, the function will return 11111111.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: