Function CSPVariant::SetChar()
Description:
Assigns a char value to the variant.
 |
Prototype:
void SetChar(char chCharVal);
Arguments:
- char chCharVal [IN]
The char value to assign.
Return value:
No return value (void).
See also:
member function GetChar()
|
|