TextWriter: WriteLine

WriteLine

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



 Public Sub WriteLine(
	  ParamArray Value ( ) As Variant )

Parameters

Value
[ByRef] Variant. The value to be written.

See Also

Project CorLib Overview

Class TextWriter Overview