Click or drag to resize

IStreamerWriteLine Method

Write a string to the stream, terminated by the appropriate line terminator for the current operating system (CRLF for Windows, LF for Linux, etc).

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
bool WriteLine(
	string str
)

Parameters

str  String
The string to write.

Return Value

Boolean
Always returns True.
See Also