\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Extract Method / Extract(String,String) Method

In This Topic
    Extract(String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Extract( _
       ByVal entryName As System.String, _
       ByVal destFileName As System.String _
    ) 
    public void Extract( 
       System.string entryName,
       System.string destFileName
    )

    Parameters

    entryName
    destFileName
    See Also