o.gzUncompressString(cCompressedString As String, cUnCompressedString As String)
Return Value
True or False
Parameters
The following Parameters should be passed by Reference
cCompressedString
cUnCompressedString
Remarks
This will UnCompresses a string from gzip format. It does this by converting the
string to a file and then using the gzUncompressfile.The temporary files are created
in the TEMP folder and removed after use.
Example
o.gzUncompressString(@cCompressedString , @cUnCompressedString)
See also:
Class it_Compression