Hi,

I've been looking all over, but i cant seem to find an answer to this..
If i have this code for example:

String myHex = "0x1E";


Is it possible to convert that string to the actual HEX value -> 0x1E?
I don't know if i'm clear enough.

Thanks in advance.