Android Utililty Methods Long Base Convert
List of utility methods to do Long Base Convert
HOME
Android
L
Long Base Convert
Description
The list of methods to do Long Base Convert are organized into topic(s).
Method
String
toBase36(long decimalNumber)
Converts a given decimal value into its Base36 equivalent.
return
fromDecimalToOtherBase(36, decimalNumber);