Function CSPVariant::GetBool()
Description:
Retrieves the boolean value of the content, performing any possible conversion necessary.
 |
Prototype:
bool GetBool() const;
Arguments:
No arguments (void).
Return value:
Returns the boolean value contained.
See also:
member functions SetBool(), operator bool ()
|
|