all groups > dotnet general > february 2007 >
You're in the

dotnet general

group:

Encode to Quoted-Printable?


Encode to Quoted-Printable? Dick
2/7/2007 6:11:00 AM
dotnet general: 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?
RE: Encode to Quoted-Printable? wawang NO[at]SPAM online.microsoft.com
2/8/2007 5:11:13 AM
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 (wawang@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.
RE: Encode to Quoted-Printable? Dick
2/19/2007 12:38:09 AM
This worked great, thank you.

[quoted text, click to view]
AddThis Social Bookmark Button