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