[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.StreamExtension.ReadToEnd

ReadToEnd Method

ReadToEnd(Stream)

Reads the stream to the end and returns the content as a string.

Declaration
public static string ReadToEnd(this Stream stream)
Parameters
Type Name Description
Stream stream

The stream to read.

Returns
Type Description
string

A string containing the contents of the stream.