End Google Ads 201810 - BS.net 01 --> i want to convert the interger to a binary string in EVC.so i use the '_itot'.

UINT16 high16data = dwReadValue;
CString high16string = _itot(high16data, high16string, 2);

the error is:error C2664:'_itow':cannot convert parameter 2 from 'const unsigned short *'
how can i convert the parameter?(i do want to use the CString type not the char[] as showed in MSDN). so how to do it?

thanks for helping.
i 've tried ,then i have no regret