Click or drag to resize

IStreamerReadToEnd Method

Reads all text from the curent position of the stream to the end.

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

Return Value

String
A string or null of the stream is positioned at the end.
See Also