Gets binary data from a BIT Container.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

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

Return Value

A byte array of data held in the Container.

Exceptions

ExceptionCondition
IBM.CTG..::.ContainerTypeExceptionThe Container is not of type BIT.
System..::.ObjectDisposedExceptionWhen this Container has already been disposed.

See Also