Question : Hex to ASCII conversion in C#

I thought I'd find this in the KB, but no luck...

I have a string variable in Hex format which I need to convert to a standard ASCII string ; eg "48656C6C6F20576F726C64" should convert to "Hello World".

Answer : Hex to ASCII conversion in C#

Random Solutions  
 
programming4us programming4us