Is there a function I can use to convert octal to hexadecimal in java?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
There's no single method, but you can easily do it via two steps:
Those two steps can be done using |
|||||||
|
|
This all assumes that your number, before and after, will be stored in a String (since it makes no sense to talk about base for an int/Integer):
|
|||
|
|
|
||||
|
|