MemoryStreamWriteTo Method |
Writes the entire contents of this memory stream to another stream.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public void WriteTo(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
The stream to wrote this memory stream to
See Also