DataCoDecoMpression.Compress Method (Byte[])

TegoOS

DataCoDecoMpressionCompress Method (Byte)
Compress given string into hex string

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static byte[] Compress(
	byte[] dataToEncode
)
Public Shared Function Compress ( 
	dataToEncode As Byte()
) As Byte()
public:
static array<unsigned char>^ Compress(
	array<unsigned char>^ dataToEncode
)
static member Compress : 
        dataToEncode : byte[] -> byte[] 

Parameters

dataToEncode
Type: SystemByte
byte Array

Return Value

Type: Byte
compressed hex string
See Also