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