String strBoolean = "true"; //Do the String to boolean conversionboolean theValue = Boolean.parseBoolean(strBoolean);
No comments:
Post a Comment