|
-
Aug 11th, 2005, 05:01 AM
#1
Thread Starter
Fanatic Member
Base 64!!!
anyone can explain what is Base 64? use for what?
-
Aug 11th, 2005, 05:51 AM
#2
Re: Base 64!!!
Here is a dictionary definition.
-
Aug 11th, 2005, 11:07 AM
#3
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|