How to convert a number to hexadecimal? #4186
-
like This is not expected
References
I consulted the above, but couldn't find anything suitable. |
Beta Was this translation helpful? Give feedback.
Answered by
MetzinAround
Sep 27, 2023
Replies: 1 comment 1 reply
-
There is a helper function that converts an input number into a hex
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hktalent
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a helper function that converts an input number into a hex
dec_to_hex(number number | string) string