I have a bunch of classes that implement the interface, and one of the parameters is StreamWriter.
I need to check the contents of StreamWriter.
I am trying to find a way to avoid writing text files on a test server and opening them to check the contents.
Is there a way to quickly convert the contents / stream of a StreamWriter to a StringBuilder variable?
Yogurt the wise
source share