integer to string in alternate bases

Trying to convert some java code.
The code I am looking at converts an integer to string but in base 16.
I’m trying to figure out how to do that in Xojo.

Any tips?

Hex(value as Integer) As String

Well duh… More coffee when I start before 5am!
Thanks.