Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ZipHelper Class / ExtractZip Method / ExtractZip(Stream) Method
zip stream


In This Topic
    ExtractZip(Stream) Method
    In This Topic
    Extracts the zip.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ExtractZip( _
       ByVal zipStream As Stream _
    ) As ZipHelper.MemoryFolder
    'Usage
     
    
    Dim zipStream As Stream
    Dim value As ZipHelper.MemoryFolder
     
    value = ZipHelper.ExtractZip(zipStream)
    public static ZipHelper.MemoryFolder ExtractZip( 
       Stream zipStream
    )

    Parameters

    zipStream
    zip stream

    Return Value

    Instance of MemoryFolder
    See Also