boolean

From Documentation
Revision as of 08:24, 17 December 2010 by Char (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
boolean boolean(Object value);
i.e., CommonFns.toBoolean(Object)

Converts the specified object to a boolean.

Notice that EL will convert the type automatically, so you rarely need this method. Please refer to Type Coercion for details.

Parameters:

  • value - the value to convert

Version History

Last Update : 2010/12/17


Version Date Content
     



Last Update : 2010/12/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.