|
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.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax bool WriteLine(
string str
)
Parameters
- str String
- The string to write.
Return Value
BooleanAlways returns True.
See Also