.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to ZipEntry Class Summary

ZipEntry::InflateToString

Inflate and return the uncompressed data as a string. Line-endings are modified to include or not include carriage-returns based on KeepCR. If KeepCR = False, then bare linefeeds are returned, otherwise CRLFs are returned.

  Declarations  
    [Visual Basic]
Public Function InflateToString(ByVal Boolean addCR) As String

[C#]
public string InflateToString(bool addCR);

[C++]
public String *InflateToString(bool addCR);

[JScript]
public function InflateToString(Boolean addCR) : String
 
  Parameters  
   
addCR
If true make line endings CRLF, otherwise make line endings CR only.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.