This works (it is in C# but converting to vb.Net shouldn't be a prob)
Code:string binary = "111"; int base = 2; int integer = Convert.ToInt32(binary, base);
|
Results 1 to 5 of 5
Thread: Base 2 String to Int64Threaded View
|
Click Here to Expand Forum to Full Width |