I need to convert an RGB hex string to three dec integer values. I can split the string easily enough but there doesn’t seem to be a function to change hex to decimal and I can’t just use my hex strings to assign int variables. Whether it’s preceded 0x or # it comes back as 0. Am I missing a thing, or is it simply not considered something I’d want to do?
Oddly, a search returns no results at all - it’s like I’m the only person who ever wanted to do this.
Thanks in advance
Paul