How many bytes is \n\r?

Posted by donde on Stack Overflow See other posts from Stack Overflow or by donde
Published on 2010-05-26T18:47:50Z Indexed on 2010/05/26 18:51 UTC
Read the original article Hit count: 246

Filed under:

I have a .net app that is trying to ftp a file and we're ending up with 1 extra byte per line. My Line Separatro is Environment.NewLine which I beleive transaltes into \n\r. How many bytes is that?

© Stack Overflow or respective owner

Related posts about newline