I need to convert a String to System.IO.Stream type to pass to another method.

I tried this unsuccessfully.

Stream stream = new StringReader(contents);

5 Answers
5

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *