Hey all, is there a function similar to Dec() which will return a numeric representation of a hexadecimal string? I'm reading data from a binary file, and I can read shorts and ints no problem, but there doesn't seem to be a function that will take a hex string and "convert" it to a float or double data format.
Does anyone know of a way to do this, short of performing a manual conversion by operating directly on the bytes?