UUEncoding in .NET

  • Thread starter Thread starter Steve Dunn
  • Start date Start date
S

Steve Dunn

Hi,
I'm looking for an in-the-box or free-source solution to UUdecoding (and
optionally UUencoding) data. I know that the Framework comes with Base64
encode/decode. I've also tried reflecting over System.Web.Mail as that
allows attachements to be UUEncoded, but i stopped along that route when it
called down to cdonts/COM.

I'm just basically looking for the source that demonstrates how to UUDecode
(or even just a firm description of the decoding principals and I'll do it
myself!).

Cheers,

Steve
 
Back
Top