StreamWriter: WriteChars

WriteChars

Writes a subarray of characters to the stream.



 Public Sub WriteChars(
	  ByRef Buffer ( ) As Integer,
	  Optional ByRef Index As Variant,
	  Optional ByRef Count As Variant )

Parameters

Buffer
[ByRef] Integer. A character array containing the data to write.
Index
[ByRef] Optional. Variant. The character position in Buffer at which to start reading data.
Count
[ByRef] Optional. Variant. The maximum number of characters to write.

Exceptions

ExceptionCondition
ArgumentNullExceptionBuffer is uninitialized.
ObjectDisposedExceptionThe writer is closed.

See Also

Project CorLib Overview

Class StreamWriter Overview