Hi,
I have a string like this:

"4f020098e567"

I need to read that string char by char and concatinate each two char's to form a byte to get hexadecimal value. I know we can use shift operators to do this. Is there any simplest way to do.

Thanks,
Thiru