Click here to Skip to main content
15,909,546 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Equivalent code for C++ Pin
Dave Doknjas7-Aug-08 12:56
Dave Doknjas7-Aug-08 12:56 
Questionpop3 encoding problems Pin
GeorgeBerry7-Aug-08 0:30
GeorgeBerry7-Aug-08 0:30 
AnswerRe: pop3 encoding problems Pin
leppie7-Aug-08 2:54
leppie7-Aug-08 2:54 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:00
GeorgeBerry7-Aug-08 3:00 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:04
leppie7-Aug-08 3:04 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:26
GeorgeBerry7-Aug-08 3:26 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:31
leppie7-Aug-08 3:31 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:43
GeorgeBerry7-Aug-08 3:43 
I am using the System.IO.Compression class, but if you use this, you cant just pull the compressed data out from any ol' compression app.


well, as far as iv been told, base64, is the textual interpretation of a binary file, so in this case, it would seem that it is base64. However when i try to
byte[] TempArr = System.Convert.FromBase64String(DownloadedText);
I get the exception message "Invalid character found.".

Just a side not, i dont know that much about encodings, just a little. This is the first time iv had to create a POP3 client.
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 3:45
leppie7-Aug-08 3:45 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry7-Aug-08 3:58
GeorgeBerry7-Aug-08 3:58 
GeneralRe: pop3 encoding problems Pin
leppie7-Aug-08 4:18
leppie7-Aug-08 4:18 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:50
Jacques Bosch7-Aug-08 9:50 
GeneralRe: pop3 encoding problems Pin
Jacques Bosch7-Aug-08 9:53
Jacques Bosch7-Aug-08 9:53 
GeneralRe: pop3 encoding problems Pin
GeorgeBerry10-Aug-08 23:34
GeorgeBerry10-Aug-08 23:34 
Questionmissing operand ?? Pin
Hum Dum6-Aug-08 23:45
Hum Dum6-Aug-08 23:45 
AnswerRe: missing operand ?? Pin
Torsten Mauz6-Aug-08 23:59
Torsten Mauz6-Aug-08 23:59 
Questionconverting pixel array to image Pin
AmitDey6-Aug-08 22:54
AmitDey6-Aug-08 22:54 
AnswerRe: converting pixel array to image Pin
stancrm7-Aug-08 0:51
stancrm7-Aug-08 0:51 
GeneralRe: converting pixel array to image Pin
AmitDey7-Aug-08 1:00
AmitDey7-Aug-08 1:00 
GeneralRe: converting pixel array to image Pin
stancrm7-Aug-08 1:48
stancrm7-Aug-08 1:48 
GeneralRe: converting pixel array to image Pin
Mark Salsbery7-Aug-08 8:02
Mark Salsbery7-Aug-08 8:02 
Questionchild within child Pin
benjamin yap6-Aug-08 22:38
benjamin yap6-Aug-08 22:38 
AnswerRe: child within child Pin
DaveyM697-Aug-08 0:41
professionalDaveyM697-Aug-08 0:41 
QuestionN Products Pin
Brendan Vogt6-Aug-08 22:03
Brendan Vogt6-Aug-08 22:03 
AnswerRe: N Products Pin
Pete O'Hanlon6-Aug-08 22:42
mvePete O'Hanlon6-Aug-08 22:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.