StringWriter: WriteLineChars

WriteLineChars

Writes the string representation of the characters followed by a NewLine to the stream using both the format provider and encoding objects.



 Public Sub WriteLineChars(
	  ByRef Chars ( ) As Integer,
	  Optional ByRef Index As Variant,
	  Optional ByRef Count As Variant )

Parameters

Chars
[ByRef] Integer. The characters to be written.
Index
[ByRef] Optional. Variant. The beginning index within the Chars array to begin writing to the stream.
Count
[ByRef] Optional. Variant. The number of characters to write to the stream.

Remarks

Both Index and Count must be excluded or included. Neither argument can be supplied individually.

See Also

Project CorLib Overview

Class StringWriter Overview