Click or drag to resize
StreamWriterWrite Method (String)
Writes a string to the stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override void Write(
	string value
)

Parameters

value
Type: SystemString
String to write
See Also