Spread WinForms 15
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()
See Also