Encodes a string to a gzip compressed memory buffer
public static Byte[] GZipMemory(string Input)
Parameters
Input
Overloads:
public static Byte[] GZipMemory(Byte[] buffer)
public static Byte[] GZipMemory(string Filename, bool IsFile)
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic