I am struggling to save some hexadecimal format alphanumerical codes into string.
Let's say
a = 0xbe2c
how to convert it into
"0xbe2c"
I have a list of such codes. If anyone knows the solution, please help.
Thank you in advance!
I am struggling to save some hexadecimal format alphanumerical codes into string.
Let's say
a = 0xbe2c
how to convert it into
"0xbe2c"
I have a list of such codes. If anyone knows the solution, please help.
Thank you in advance!