ContainerGetCharData Method

CICS Transaction Gateway V10.1.0.0
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: 10.1.0.0 (10.1.0.0)
Syntax

public string GetCharData()

Return Value

Type: String
The data held in the Container.
Exceptions

ExceptionCondition
ContainerTypeExceptionThe Container is not of type CHAR.
ObjectDisposedExceptionWhen this Container has already been disposed.
See Also

Reference