javawaveblogs-20

Sunday, May 3, 2009

Convert a String to Lower Case in Java

Here this post will show you how to convert a string to lower case in Java.


String actualValue = "JAVA WAVE";

String lowerCase = actualValue.toLowerCase();

No comments:

diggthis