Results 1 to 2 of 2

Thread: How can i decode binary base64

  1. #1
    Join Date
    Sep 2009
    Posts
    54
    Thanks
    4
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default How can i decode binary base64

    Hi all,
    I need to know how to decode binary base 64 encoded data from xml file. i retrieved binary base64 encoded data from sql server database. now how can i decode that data into a original format

    thanks in advance......
    Askar....

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How can i decode binary base64

    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.

Similar Threads

  1. can`t read a binary data!
    By blm in forum Qt Programming
    Replies: 8
    Last Post: 18th September 2008, 16:56
  2. create personalized binary without having to recompile
    By niko in forum General Programming
    Replies: 8
    Last Post: 6th October 2007, 12:20
  3. OS/X Qt/Mac 3.3.x binary installers
    By hvengel in forum Installation and Deployment
    Replies: 0
    Last Post: 17th September 2007, 00:17
  4. How to convert binary data to hexadecimal data
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 8th March 2006, 16:17
  5. xml with binary question
    By TheKedge in forum Qt Programming
    Replies: 7
    Last Post: 12th January 2006, 23:21

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.