ZipHelperDecompress Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic byte[] Decompress(
byte[] b
)
Public Function Decompress (
b As Byte()
) As Byte()
public:
array<unsigned char>^ Decompress(
array<unsigned char>^ b
)
member Decompress :
b : byte[] -> byte[]
Parameters
- b
- Type: SystemByte
Return Value
Type:
Byte
See Also