Given the base 36 number YPAYPA, is there a library function in Java that would convert this to a decimal number?
The below returns a String representation, in decimal, of the number.
Long.valueOf("YPAYPA", 36).toString();
From the J2SE docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With