Decompresses a byte array.
Namespace: DayPilot.UtilsAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
public static byte[] Decompress( byte[] input ) |
| Visual Basic |
|---|
Public Shared Function Decompress ( _ input As Byte() _ ) As Byte() |
| Visual C++ |
|---|
public: static array<unsigned char>^ Decompress( array<unsigned char>^ input ) |
Parameters
- input
- Type: array<System..::..Byte>[]()[][]