Query to convert a decimal number to hexadecimal

(imported topic written by Corda)

Hello, exists an inspector to convert a decimal number to hexadecimal?

(imported comment written by Lee Wei 2)

Something like this?

q: 256 as hexadecimal
A: 100

q: 15 as hexadecimal
A: f

Lee Wei

(imported comment written by Corda)

thanks