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