Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.ExtractToString

FlexCompress

Previous  Top  Next

Extracts string from the file inside the archive.

 

[C#]
public void ExtractToString(string fileName, out string text);

 

[VB.NET]

Public Sub ExtractToString(ByVal fileName As String, <Out> ByRef [text] As String)

 

Description

 

Use ExtractToString to decompress string from the file inside the archive.

 

The fileName parameter specifies file name being extracted.

 

Note:    Any transaction must be finished before calling ExtractToString. Otherwise an exception will be raised. Also if some other errors occurs an exception will be raised.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024