ICompressionProvider.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 specified byte array.
public byte[] Decompress (byte[] value);
abstract member Decompress : byte[] -> byte[]
Public Function Decompress (value As Byte()) As Byte()
Parameters
- value
- Byte[]
The byte array to decompress.
Returns
Byte[]
A byte array containing the decompressed data.