Gets character data from a CHAR Container.
Data is automatically converted from the code page of the container.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2
Syntax
C# |
---|
public string GetCharData() |
Visual Basic |
---|
Public Function GetCharData As String |
Visual C++ |
---|
public: String^ GetCharData() |
Return Value
The data held in the Container.
Exceptions
Exception | Condition |
---|---|
IBM.CTG..::..ContainerTypeException | The Container is not of type CHAR. |
System..::..ObjectDisposedException | When this Container has already been disposed. |