ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / StreamExtension Class / ReadToEnd Method
The stream to read.

In This Topic
    ReadToEnd Method
    In This Topic
    Reads the stream to the end and returns the content as a string.
    Syntax
    'Declaration
     
    Public Shared Function ReadToEnd( _
       ByVal stream As Stream _
    ) As String
    public static string ReadToEnd( 
       Stream stream
    )

    Parameters

    stream
    The stream to read.

    Return Value

    A string containing the contents of the stream.
    See Also