ReadLineEx

Hello,

There are some already discussed issues with StreamReader.ReadLine() (to summarize, it’s using too much contiguous memory and often generating out of memory exception)

The solution is to use a fixed function ReadLineEx. But the link mentionned in previous posts ([url]http://www.tinyclr.com/forum/2/1722/[/url])is dead (http://www.tinyclr.com/forum/13/1620/)

Please could someone post again the source code for ReadLineEx?
Thanks!

this?
http://www.tinyclr.com/forum/2/1620

Cool! This is what I needed.
Thanks Gus.