int"

From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> int int(Object value); </source> :i.e., <javadoc method="toInt(java.lang.Object)">org.zkoss.xel.fn.CommonFns</javadoc> Convert…')
 
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  
 
Converts the specified object to an integer.
 
Converts the specified object to an integer.
 +
 +
Notice that EL will convert the type automatically, so you rarely need this method. Please refer to [[ZUML Reference/EL Expressions/Type Coercion|Type Coercion]] for details.
  
 
'''Parameters:'''
 
'''Parameters:'''
Line 13: Line 15:
  
 
=Version History=
 
=Version History=
Last Update : {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Latest revision as of 08:24, 17 December 2010

int int(Object value);
i.e., CommonFns.toInt(Object)

Converts the specified object to an integer.

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.