Method toString()
Return type: java.lang.String
Member of: java.util.Hashtable
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 System.out.println(p.toString());
2 info("Domain configuration : " + properties.toString());
3 info("Domain configuration : " + configuration.toString());
4 String res=testObject.getTags().toString();
5 Code.debug("CGI: System.Properties : " + System.getProperties().toString());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.