Is there any built-in libraries (or any good 3rd party code) that support converting a number from any arbitrary base A to another base B?
Thanks,
Is there any built-in libraries (or any good 3rd party code) that support converting a number from any arbitrary base A to another base B?
Thanks,
Um,
Integer.toString(int, base)andInteger.parseInt(String, base)...?