472,145 Members | 1,436 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,145 software developers and data experts.

Encode to Quoted-Printable?

I've successfully used System.Convert.ToBase64String to convert my files to
Base64.

Now I want to do the same for Quoted-Printable but I can’t see how that to
achieve this.

Can it be done?

Feb 7 '07 #1
2 12476
Hi,

..NET Base Class Library doesn't provide support for Quoted-Printable
encoding, however, you can find many freely available class to do that,
such as this:

#Binary to Text Encode/Decode Class - The Code Project - .NET
http://www.codeproject.com/dotnet/TextCoDec.asp
Hope this helps. Please feel free to let me know if you think the above
library doesn't work for your case.

Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 8 '07 #2
This worked great, thank you.

"Walter Wang [MSFT]" wrote:
Hi,

.NET Base Class Library doesn't provide support for Quoted-Printable
encoding, however, you can find many freely available class to do that,
such as this:

#Binary to Text Encode/Decode Class - The Code Project - .NET
http://www.codeproject.com/dotnet/TextCoDec.asp
Hope this helps. Please feel free to let me know if you think the above
library doesn't work for your case.

Regards,
Walter Wang (wa****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Feb 19 '07 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by francescomoi | last post: by
5 posts views Thread by Scott Matthews | last post: by
3 posts views Thread by Peter | last post: by
1 post views Thread by AR | last post: by
4 posts views Thread by Darrel | last post: by
6 posts views Thread by 7stud | last post: by
1 post views Thread by anonymous | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.