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

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

1 String sval = value ? Boolean.TRUE.toString() : Boolean.FALSE.toString();
2 properties.put(key, new Boolean(val).toString());
3 this.setProperty(s,(new Boolean(d)).toString());
4 this.setProperty(s,d.toString());
5 static final boolean DEBUG = Boolean.TRUE.toString().equalsIgnoreCase(InternalPlatform.getDefault().getOption(OPTION_DEBUG_JOBS));
6 this.print(new Boolean(b).toString());
7 writeString(o.toString());
8 new Boolean(Defaults.CASE_SENSITIVE).toString()).equals("true");
9 if ( attr != null && Boolean.FALSE.toString().equals( attr.toLowerCase() ) )
10 (value ? Boolean.TRUE.toString() : Boolean.FALSE.toString() ) );
11 setConf(conf, type, value.toString());
12 workerSetValue(key, bool.toString());
13 myProperties.put(name, new Boolean(value).toString());
14 new Boolean(value).toString());
15 info.setProperty(ProxoolConstants.JMX_PROPERTY, Boolean.TRUE.toString());
16 sKeyValue = (new Boolean(bValue)).toString();
17 fileInfo.setAttribute("Include", ((Boolean)typeLibTable.getValueAt(0,2)).toString());
18 .getProperty(propName, (new Boolean(defaultVal)).toString())
19 if (deflator.equalsIgnoreCase(Boolean.FALSE.toString())) {
20 (((Boolean) mBServer.getAttribute(vname, attribute)).toString());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.