ICompressionProvider.Decompress(Byte[]) Method
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.
C#
public byte[] Decompress(byte[] value);
abstract member Decompress : byte[] -> byte[]
Public Function Decompress (value As Byte()) As Byte()
- value
- Byte[]
The byte array to decompress.
Byte[]
A byte array containing the decompressed data.
Product | Versions |
---|---|
Microsoft Identity Model | latest |