StringWriter: WriteLine

WriteLine

Writes a text representation of the value followed by a NewLine to the underlying stream using both the format provider and encoding objects.



 Public Sub WriteLine(
	  ParamArray Values ( ) As Variant )

Parameters

Values
[ByRef] Variant. An array of args containing a value or composite formatting string and a list of args to be formatted.

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