I got a HEX FLOAT IEEE 754 data, example "0x0017A8A6", how do I get it to decimal "1550502" in C#.
I got 2 working online converters, but cant get the decimal value, only "2.172716E-39" http://www.h-schmidt.net/FloatConverter/IEEE754.html http://www.binaryconvert.com/convert_signed_int.html?hexadecimal=0017A8A6
Thanks.