Gets character data from a CHARContainer.
Data is automatically converted from the code page of the container.
Namespace: IBM.CTG
Assembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax
Return Value
Type: StringThe data held in the Container.
Exceptions
Exception | Condition |
---|---|
ContainerTypeException | The Container is not of type CHAR. |
ObjectDisposedException | When this Container has already been disposed. |
See Also