Create a new byte[] containing a copy of this view's data.
NB: This method copies the underlying data.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.0.0
Syntax
C# | Visual Basic | Visual C++ |
public byte[] CopyBytes()
Public Function CopyBytes As Byte()
public: array<unsigned char>^ CopyBytes()