Create a new byte[] containing a copy of this view's data. NB: This method copies the underlying data.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] CopyBytes()
Public Function CopyBytes As Byte()
public:
array<unsigned char>^ CopyBytes()

Return Value

The new byte array.

See Also