You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/01/16 12:00:03 UTC

[WIKI-UPDATE] GETsnippets Fri Jan 16 12:00:03 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=GETsnippets , version: 10 on Fri Jan 16 10:37:56 2004 by 194.224.160.129

+ ''Intger value of String''
+ {{{
+ int type = Integer.parseInt(String)
+ }}}