Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.