Click or drag to resize
StreamWriterNew Method (Stream)
Returns new instance of stream writer class.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static StreamWriter New(
	Stream stream
)

Parameters

stream
Type: CMS.IOStream
Stream object

Return Value

Type: StreamWriter
See Also