Base64 encoded information is ASCII text. To convert that to a byte array (the original format) you want to read the QByteArray docs.
BTW: Qt Assistant is your friend... this was a three second search for "base64" in Qt Assistant.
Base64 encoded information is ASCII text. To convert that to a byte array (the original format) you want to read the QByteArray docs.
BTW: Qt Assistant is your friend... this was a three second search for "base64" in Qt Assistant.
Bookmarks