Click or drag to resize
StreamWriterWrite Method (Char, Int32, Int32)
Writes char array to the stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override void Write(
	char[] buffer,
	int index,
	int count
)

Parameters

buffer
Type: SystemChar
Buffer with chars
index
Type: SystemInt32
Buffer start index
count
Type: SystemInt32
Number of characters to write
See Also