Search code examples
c#stringfilestream

How to write a FileStream to a String


I like to know, how to read a file using FileStream to a string.


Solution

  • you can grab the codes from here : https://msdn.microsoft.com/en-us/library/system.io.filestream(v=vs.110).aspx

    and try if it works for you.