Converting Between Integers and Strings Using Any Base

added by scwebgroup
4/11/2011 2:24:55 PM

107 Views

The Convert class provided by .NET has some somewhat arbitrary limitations here's a class that converts between integers and strings using any base (radix).


0 comments