DeflateCompressionProvider.Compress(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.
Compresses the value using the Deflate algorithm.
public byte[] Compress (byte[] value);
abstract member Compress : byte[] -> byte[]
override this.Compress : byte[] -> byte[]
Public Function Compress (value As Byte()) As Byte()
Parameters
- value
- Byte[]
The bytes to compress.
Returns
Byte[]
The compressed bytes.