Click or drag to resize
StreamWriter.Write 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:System.Char[]
Buffer with chars
index
Type: System.Int32
Buffer start index
count
Type: System.Int32
Number of characters to write
See Also