toLowerCase

From Documentation
Revision as of 07:51, 8 March 2011 by Tomyeh (talk | contribs)
String toLowerCase(String value);
i.e., StringFns.toLowerCase(String)

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

Last Update : 2011/03/08


Version Date Content
5.0.7 March, 2011 This method was introduced



Last Update : 2011/03/08

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