ComponentOne Zip for UWP
Extract Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntry Class : Extract Method
A represents the folder of the extracted file.
Name and location of the extracted file.
Extracts this entry to a file.
Syntax
'Declaration
 
Public Function Extract( _
   ByVal storageFolder As Windows.Storage.StorageFolder, _
   ByVal fileName As System.String _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task Extract( 
   Windows.Storage.StorageFolder storageFolder,
   System.string fileName
)

Parameters

storageFolder
A represents the folder of the extracted file.
fileName
Name and location of the extracted file.
See Also

Reference

C1ZipEntry Class
C1ZipEntry Members
Windows.Storage.StorageFolder