XLL+ Class Library

COper::operator BOOL

Returns a boolean value

[C++]
operator BOOL() const;

Return value

This function returns the value of a boolean contained in a COper, and tries to convert it to a boolean if the COper contains any other data type.

If the COper is missing or empty then the function returns FALSE.

Example

COper::operator BOOL() Example

Requirements

Header: xllplus.h

See Also

COper Class | COper Methods