DataCoDecoMpression.Decompress Method (UInt16[])

TegoOS

DataCoDecoMpressionDecompress Method (UInt16)
Decompressed hexadecimal string into ASCII string

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public static string Decompress(
	ushort[] compressedData
)
Public Shared Function Decompress ( 
	compressedData As UShort()
) As String
public:
static String^ Decompress(
	array<unsigned short>^ compressedData
)
static member Decompress : 
        compressedData : uint16[] -> string 

Parameters

compressedData
Type: SystemUInt16
Compressed Hex string

Return Value

Type: String
Decompressed ASCII string
See Also