toUpperCase
From Documentation
String toUpperCase(String value);
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
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |