I have pairs of hex digits that I want to convert to char. What is the best way to do it?

Thank you

For example DE07 is "2014" but it is also "32303134"

I have DE07. I need to convert it into "2014" (or 32303134 which I can convert to "2014).

How can I do this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.