Returns a boolean value
[C++]
BOOL ToBool(
BOOL bStrict = FALSE
) const;
If bStrict is FALSE (the default) then, if the CXlOper does not contain a boolean value, the function will safely return an appropriate converted value.
If bStrict is TRUE then the function will assert unless the CXlOper contains a boolean.
This function returns the boolean value contained in a CXlOper.
Header: xllplus.h