wolfie78uk
Programmer
Hi,
Does anybody know why the method "Convert.ToBase64String" does not insert <CRLF> every 76 characters as per RFC2045.
Obviously, this is extremely easy to overcome. I was just curious and wondered if there was some property I could set that would make this happen. I'm pretty new to C#, coming from Java, and (to be fair) the J2EE attempt at a Base64 encoding method is pretty poor.
Thanks,
Simon
Does anybody know why the method "Convert.ToBase64String" does not insert <CRLF> every 76 characters as per RFC2045.
Obviously, this is extremely easy to overcome. I was just curious and wondered if there was some property I could set that would make this happen. I'm pretty new to C#, coming from Java, and (to be fair) the J2EE attempt at a Base64 encoding method is pretty poor.
Thanks,
Simon