Click or drag to resize

IStreamerWrite Method

Writes a string to the stream.

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

Parameters

line  String
The string to write.

Return Value

Boolean
Always returns True.
See Also