Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Convert internal buffer to byte array.
Buffer is empty on completion
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public byte[] ToByteArray() |
| Visual Basic (Declaration) |
|---|
Public Function ToByteArray As Byte() |
Return Value
The internal buffer contents converted to a byte array.
Remarks
See Also