boolean toPrimitiveBoolean(Object objectData)
Returns a primitive boolean value.
DtpIncompatibleFormatException - If the source data type cannot be converted to boolean.
This method can only handle String and Boolean objects.
boolean MyBoolean = DtpDataConversion.toPrimitiveBoolean(MyStringObj);
getType(), isOKToConvert(), toBoolean()
For more information, see the Java Language Specification.