e-CryptIt Engine Xojo and Real Studio Plugin

ZCompression.DecompressBytes Method (console safe)

To decompress the data given by the Bytes parameter, it returns the result as a string. If there is an error then the error code is in the ErrorValue property.

DecompressBytes(
   bytes as String,
   originalSize as Integer) as String

Parameters

bytes
The string to decompress.
originalSize
The size of the original, the decompressed, data.

Returns

String

Remarks

See Also

ZCompression Class