|
ION Java User's Guide: ION Java Class and Method Reference |
|
The toString() method returns a string representation of the variables value.
public final String toString()
A string that represents the value of the variable. The string is in a format that can be understood by IDL.
None.
None.
String s = myVariable.toString();
IDL Online Help (March 06, 2007)