Gets character data from a CHAR Container. Data is automatically converted from the code page of the container.

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

Syntax

C#
public string GetCharData()
Visual Basic (Declaration)
Public Function GetCharData As String
Visual C++
public:
String^ GetCharData()

Return Value

The data held in the Container.

Exceptions

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

See Also