Click or drag to resize

MiscCompress Method

GZip Helper function for compressing a given text

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static byte[] Compress(
	string text
)

Parameters

text  String
The text to be compressed into a gzip archive.

Return Value

Byte
The compressed text in the form of a byte array.
See Also