摘要:
CString CMacroCmd::String2Ascii(CString strValue){ #ifdef UNICODE CString strAscii = _T(""); for (int i=0; i<strValue.GetLength(); i++) { CString stemp; stemp.Format(_T("%04X"), strValue.GetAt(i));strAscii = strAscii+stemp; } return strAscii; #else ASSERT(FALSE); // 必须是UNICODE 阅读全文
posted @ 2011-12-30 11:40
张纯睿
阅读(283)
评论(0)
推荐(0)
浙公网安备 33010602011771号