HTuple转CString:(CString)(HTuple对象.ToString())

CString转HTuple:

方法一:HTuple myHTuple=CString对象.GetBuffer(0)

方法二:(HTuple)CString对象

 

注意:HTuple可以直接使用int类型的数据

int istr1 = _ttoi(str1); //CString转int,

相关文章:

  • 2021-12-17
  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2021-08-25
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案