toUpperCase
String toUpperCase(String value);
i.e.,
Converts all of the characters in this string to uppercase using the
rules of the current Locale
(
Parameters:
- value - the value to convert
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |