String toString( )

Returns the formatted string representation in the form:

value; parameter1=value1; parameter2=value2

Source

/**
 * Returns the formatted string representation in the form:
 *
 *     value; parameter1=value1; parameter2=value2
 */
String toString();