Results 1 to 3 of 3

Thread: Base 64!!!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Question Base 64!!!

    anyone can explain what is Base 64? use for what?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Base 64!!!

    Here is a dictionary definition.

  3. #3
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476

    Re: Base 64!!!

    Heres an example: If you want to save a picture inside an XmlDocument, you read the binary Data from the file. Since this binary Data might contain characters that are not allowed in xml you base64 Encode that binary data. Now you can store your base64 encoded binarydata safely inside your xml Document.

    Thats just one of many possible Scenarios!

    Hope that clears it up!

    BTW: If you want fantastic c# code on how to base64 encode and decode a string look in my sig!
    Keep Smiling - even if its hard
    Frankie Says Relax, wossname Says Yeah!
    wossname:--Currently I'm wearing a gimp suit and a parachute.
    C# - Base64 Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width