TextWriter.WriteLine
Syntax:
Parameters:
<Line> (required)
Currently recording line. After you wrote the line in a file, you can add the line splitter.
<Splitter> (optional)
Line splitter. If you have not typed in a line splitter, then when you open a file, it will match the one in your settings.
Default value: LF.
Description:
Availability:
Example:
Text.WriteLine("Welcome!"); |