The string you show is just the bits of a floating point single written out in ASCII. Simply use the LabVIEW "Unflatten From String" VI with single as the type. Had your data been little endian instead of big endian you would have had to invert the order of the bits.