See also
Class StringUtils
West Wind Toolkit for .NET
StringUtils.StringToStream
Creates a Stream from a string. Internally creates a memory stream and returns that.
public static Stream StringToStream(string text, Encoding encoding);
Parameters
text
encoding
See also:
Class StringUtils