Function CSPVariant::operator unsigned short()
Description:
Extracts the unsigned short value contained, performing any possible conversion if necessary. Same as GetUShort().
 |
Prototype:
operator unsigned short() const;
Arguments:
No arguments (void).
Return value:
Returns the unsigned short value contained.
|
|