A Sandcastle Documented Class Library
![]() | DataCoDecoMpressionDecompress Method (Byte) |
Decompressed hexadecimal string into ASCII string
Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public static byte[] Decompress( byte[] compressedData )
Public Shared Function Decompress ( compressedData As Byte() ) As Byte()
public: static array<unsigned char>^ Decompress( array<unsigned char>^ compressedData )
static member Decompress : compressedData : byte[] -> byte[]
Parameters
- compressedData
- Type: SystemByte
Compressed Hex string
Return Value
Type: ByteDecompressed byte Array
