Re: Downloading unix \n text files, convert to \r\n non-unix?



Should I do a String.Replace(), or is there a better solution?

String.Replace("\n", "\r\n") doesn't work. It doesn't change
anything.

Zytan

.


Loading