StreamReader.ReadToEnd
Does anyone know if there is a max size limit for the file that a StreamReader tries to read? I use streamReader.ReadToEnd to read a textfile and all the content won't display when I present the text. It just leaves out a bit at the end.
|