StringWriter: 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 )
This method uses the composite formatting feature to convert the value to its text representation and embed it in a string.