Click or drag to resize

ChunkedMemoryStreamToArray Method

Converts the current stream to a byte array.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public byte[] ToArray()

Return Value

Type: Byte
An array of bytes
See Also