Convert from hex string to decimal string
-
wrote on 25 Jan 2016, 13:27 last edited by
Is there an easy way to convert from a string containing a hex value like
"0A02"
to a string with its decimal value:
"2562"
-
Hi
somehing like
http://doc.qt.io/qt-5.5/qstring.html#toUInt
with base=16, maybe ? -
Hi
somehing like
http://doc.qt.io/qt-5.5/qstring.html#toUInt
with base=16, maybe ?
1/3