Writes the specified string to the console, followed by a newline character.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Sub WriteLine ( _ value As String _ ) |
C# |
---|
public void WriteLine( string value ) |
Parameters
- value
- Type: System..::..String
String value.
Remarks
The string may contain ANSI control sequences.