toLowerCase"

From Documentation
m
 
Line 7: Line 7:
 
:i.e., <javadoc method="toLowerCase(java.lang.String)">org.zkoss.xel.fn.StringFns</javadoc>
 
:i.e., <javadoc method="toLowerCase(java.lang.String)">org.zkoss.xel.fn.StringFns</javadoc>
  
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>).
+
Converts all of the characters in this string to lowercase using the rules of the current Locale (<javadoc method="getCurrent()">org.zkoss.util.Locales</javadoc>).
  
 
'''Parameters:'''
 
'''Parameters:'''

Latest revision as of 06:58, 3 August 2011

String toLowerCase(String value);
i.e., StringFns.toLowerCase(String)

Converts all of the characters in this string to lowercase using the rules of the current Locale (Locales.getCurrent()).

Parameters:

  • value - the value to convert

Version History

Last Update : 2011/08/03


Version Date Content
5.0.7 March, 2011 This method was introduced



Last Update : 2011/08/03

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