StringWriter: WriteChars

WriteChars

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



 Public Sub WriteChars(
	  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

This method uses the composite formatting feature to convert the value to its text representation and embed it in a string.

See Also

Project CorLib Overview

Class StringWriter Overview