[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Tools.StreamExtension.ToArray

ToArray Method

ToArray(Stream)

Converts the specified stream to a byte array.

Declaration
public static byte[] ToArray(this Stream stream)
Parameters
Type Name Description
Stream stream

The stream to convert.

Returns
Type Description
byte[]

A byte array containing the contents of the stream.