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.