how do i convert CComBstr to char;

char c;
CComBstr code;

c = *code;

is the above conversion correct or is there any other method ?

please help.its urgent....