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