Posted By: TommyCarlier | Dec 29th, 2006 @ 7:41 AM
page 1 of 1
Comments: 4 | Views: 3103 | Downloads: 87
TommyCarlier
TommyCarlier
I want my scalps!
Download:Link for Base Converter 1.0(0 Bytes)

Base Converter is a simple tool for converting numbers between binary, octal, decimal and hexadecimal notation.

If you only want to download the binaries, or to see the version history, check out this page.

littleguru
littleguru
<3 Seattle
Doesn't compile... A library is missing.

Tommy, have you seen that Convert's ToString method offers also the conversation from one base to another? For example:

int value = 1234;
string hex = Convert.ToString(value, 16);
littleguru
littleguru
<3 Seattle
TommyCarlier wrote:
I see that ComponentFactory.Krypton.Toolkit was missing. I added the DLL, and uploaded the project again.


Cool. Sorry for my late reply.
page 1 of 1
Comments: 4 | Views: 3103 | Downloads: 87
Microsoft Communities