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-2016 • Updated: 12/12/15
Comment or report problem with topic