Previous ION Java User's Guide: ION Java Class and Method Reference Next

toString()

The toString() method returns a string representation of the variables value.

Syntax

public final String toString()

Return Value

A string that represents the value of the variable. The string is in a format that can be understood by IDL.

Arguments

None.

Exceptions

None.

Example

String s = myVariable.toString();  

  IDL Online Help (March 06, 2007)