GZip Helper function for compressing a given text
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static byte[] Compress(
string text
)
Public Shared Function Compress (
text As String
) As Byte()
Dim text As String
Dim returnValue As Byte()
returnValue = Misc.Compress(text)
Parameters
- text String
- The text to be compressed into a gzip archive.
Return Value
ByteThe compressed text in the form of a byte array.
See Also