|
IStreamerWrite Method
|
Writes a string to the stream.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax bool Write(
string line
)
Parameters
- line String
- The string to write.
Return Value
BooleanAlways returns True.
See Also