Click or drag to resize
StreamReaderReadToEnd Method
Reads the stream from the current position to the end of the stream.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public override string ReadToEnd()

Return Value

Type: String
See Also