We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
boolean tool class.
convert string to boolean value.
public void toBoolean(){ // true boolean a = BooleanUtil.toBoolean("true"); //true boolean b = BooleanUtil.toBoolean("1"); }
to learn more, refer to the API documentation