my goal here is to make a function that should convert this string "48 45 6C 6C 6F" into this string "Hello".

All i know is that Hex() converts a number into hex but i want to do vice versa.

Help is always appreciated!