How to convert String object to Boolean object?
String
Boolean
boolean b = string.equalsIgnoreCase("true");