DeflateCompressionProvider.Decompress(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decompresses the value using Deflate algorithm.
public byte[] Decompress (byte[] value);
abstract member Decompress : byte[] -> byte[]
override this.Decompress : byte[] -> byte[]
Public Function Decompress (value As Byte()) As Byte()
Parameters
- value
- Byte[]
The bytes to decompress.
Returns
Byte[]
The decompressed bytes.