double 转换为CString

来源:互联网 发布:windows 内存碎片整理 编辑:程序博客网 时间:2024/05/16 13:00

dbData = -4.8366978272230e-026

 

 

CString str;
str.Format("%.40f",dbData);