Convert QString hex to Float
-
wrote on 23 Jul 2019, 09:41 last edited by
Hello is there any function that can convert QString hex to Float directly. If it isn't can you help with tips to do it fast?
-
Hi
Did you try
QString::toDouble() ? -
Hello is there any function that can convert QString hex to Float directly. If it isn't can you help with tips to do it fast?
@Babs Please clarify "QString hex". Best would be to give an example of your input data and what you expect to get out of it.
Regards
-
Hi
Also this might be interesting
https://forum.qt.io/topic/98725/convert-hex-to-double -
Hi
Also this might be interesting
https://forum.qt.io/topic/98725/convert-hex-to-doublewrote on 23 Jul 2019, 10:05 last edited byThanks you all . I found the solution from @aha_1980 github
https://github.com/andre-hartmann/IEEE754 -
Thanks you all . I found the solution from @aha_1980 github
https://github.com/andre-hartmann/IEEE754@Babs So please mark this topic as SOLVED then. Thanks!
4/7