Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
Crypt::DecryptAndUnzipStr
In a single operation, decrypts and unzips a block of memory that was previously zipped and encrypted using the ZipAndEncryptStr method. The result is returned as a string. A NULL is returned on failure.
![]() |
Declarations | ||
|
[Visual Basic] Public Function DecryptAndUnzipStr(ByVal inData() As Byte) As String [C#] public string DecryptAndUnzipStr(byte[] inData); [C++] public String *DecryptAndUnzipStr(unsigned char __gc[] inData); [JScript] public function DecryptAndUnzipStr(Byte[] inData) : String |
![]() |
Parameters | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.