Namespace:
IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Syntax
C# |
---|
public byte[] GetBitData() |
Visual Basic |
---|
Public Function GetBitData As Byte() |
Visual C++ |
---|
public: array<unsigned char>^ GetBitData() |
Return Value
A byte array of data held in the Container.
Exceptions
Exception | Condition |
---|---|
IBM.CTG..::..ContainerTypeException | The Container is not of type BIT. |
System..::..ObjectDisposedException | When this Container has already been disposed. |