public class BooleanHelper
extends java.lang.Object
Constructor and Description |
---|
BooleanHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
parseBoolean(java.lang.String value)
This method parses the String
value and returns true if the value is "true", "yes" or "1" (ignoring case). |
Copyright © 2018. All Rights Reserved.