is it possible to convert a QString to quint8?
if yes how?
Printable View
is it possible to convert a QString to quint8?
if yes how?
i tried the following
the output was
Code:
ijk
Try this
ijk=s.toUtf8().at(0);
i have this problem also...
how did you solve that? because the solution here does not working.