Converts a Java object to a Boolean object.
Syntax
Boolean toBoolean(Object objectData) Boolean toBoolean(boolean booleanData)
Parameters
Return values
Returns a Boolean object.
Exceptions
DtpIncompatibleFormatException - If the source data type cannot be converted to Boolean.
Examples
Boolean MyBooleanObj = DtpDataConversion.toBoolean(MyStringObj);
See also