Tuesday, June 23, 2009

How to Convert a String to Upper or Lower Case


// Convert to upper case
String upper = “abc”.toUpperCase(); // ABC

// Convert to lower case
String lower = “ABC”.toLowerCase(); // abc

0 comments:

 

Sample Java Codes Copyright © 2008 Green Scrapbook Diary Designed by SimplyWP | Made free by Scrapbooking Software | Bloggerized by Ipiet Notez