StreamWriter: WriteLine |
Writes the value, then appends the new-line string.
Public Sub WriteLine( ParamArray Value ( ) As Variant )
The first argument in Value is the output to the string. Any additional arguments are used as formatting information. An argument can be refered to through formatting indexes. A formatting index is an integer enclosed in curly braces {}. The indexes start at 0.
Exception | Condition |
---|---|
ObjectDisposedException | The writer is closed. |
FormatException |
The format specification in format is invalid. -or- The number indicating an argument to be formatted is less than zero, or larger than or equal to the number of provided objects to be formatted. |