MemoryStream Extension Methods that provide conversions to and from strings
System.IO.MemoryStreamExtensions
public static class MemoryStreamExtensions : object
Class Members
Member | Description | |
---|---|---|
AsString |
Returns the content of the stream as a string public static string AsString(MemoryStream ms, Encoding encoding) |
|
FromString |
Writes the specified string into the memory stream public static void FromString(MemoryStream ms, string inputString, Encoding encoding) |
Requirements
Namespace: System.IOAssembly: westwind.utilities.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic