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