Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Decompresses the specified value.

Namespace:  SharedCache.WinServiceCommon.Formatters
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static byte[] Decompress(
	byte[] value
)
Visual Basic (Declaration)
Public Shared Function Decompress ( _
	value As Byte() _
) As Byte()
Visual C++
public:
static array<unsigned char>^ Decompress(
	array<unsigned char>^ value
)

Parameters

value
Type: array< System..::.Byte >[]()[]
The value.

Return Value

a decompressed array of Byte

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Formatters.Compression.Decompress(System.Byte[])"]

See Also