C# Convert String to Stream, and Stream to String : C# 411
These are useful suggestions. However, the reason that I want a stream for my string is to avoid duplicating the string. I’m dealing with potentially very large strings and don’t want to duplicate the content in a byte array or memory stream. In particula...