Contents of a textfile into a single string?

M

MM

Hi,

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

Mattias Sjögren

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

Top