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