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