Is there any method in qt class which validate a string content for hexadecimal or not?
General and Desktop
4
Posts
3
Posters
3.6k
Views
1
Watching
-
You could use "toLongLong":http://doc.qt.nokia.com/4.7/qstring.html#toLongLong or similar routines. However, this will allow you to check only part of the string. You may to iterate.