Contents of a textfile into a single string?

  • Thread starter Thread starter Dan Bass
  • Start date Start date
Hi,

Is there any way to read the contents of a textfile (<1024bytes) into a
single string (avoiding enumerating and concat)? Thanks, matthew.
 
Is there any way to read the contents of a textfile (<1024bytes) into a
single string (avoiding enumerating and concat)? Thanks, matthew.

StreamReader.ReadToEnd()



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top