toLowerCase"
From Documentation
(Created page with "{{ZUMLReferencePageHeader}} <source lang="java"> BigDecimal decimal(Object value); </source> :i.e., <javadoc method="toDecimal(java.lang.Object)">org.zkoss.xel.fn.CommonFns</ja...") |
m |
||
Line 2: | Line 2: | ||
<source lang="java"> | <source lang="java"> | ||
− | + | String toLowerCase(String value); | |
</source> | </source> | ||
− | :i.e., <javadoc method=" | + | :i.e., <javadoc method="toLowerCase(java.lang.String)">org.zkoss.xel.fn.StringFns</javadoc> |
− | Converts the | + | Converts all of the characters in this String to lower case using the rules of the current Locale (<javadoc method="getCurrent()">org.zkoss.util.Locales</javadoc>). |
'''Parameters:''' | '''Parameters:''' |
Revision as of 07:51, 8 March 2011
String toLowerCase(String value);
Converts all of the characters in this String to lower case using the rules of the current Locale (Locales.getCurrent()).
Parameters:
- value - the value to convert
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |