I have a 32bit floating point decimal in sting format. I want to get it into float format.
For exmaple, how do I convert this string: '01000010000000001110111010011000' into this float: 32.233001709
Perhaps there is some intermediate step where the string is converted into binary: 0b01000010000000001110111010011000?