toUpperCase

From Documentation
String toUpperCase(String value);
i.e., StringFns.toUpperCase(String)

Converts all of the characters in this string to uppercase 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.