Here's a toughy, I figured I'd ask around here before I try to implement this on my own (I've done it before and it isn't fun...)

How do I change base in VB?

That is, is there a function call to change a number of a certain base to the same number in a different base?

AKA...ChBase(numb, numb_base, new_base)

So ChBase(10,10,2) would return 1010.