Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ChunkedMemoryStream Class / ToArray Method


In This Topic
    ToArray Method (ChunkedMemoryStream)
    In This Topic
    Toes the array.
    Syntax
    'Declaration
     
    
    Public Function ToArray() As Byte()
    'Usage
     
    
    Dim instance As ChunkedMemoryStream
    Dim value() As Byte
     
    value = instance.ToArray()
    public byte[] ToArray()
    See Also