码迷,mamicode.com
首页 > 其他好文 > 详细

There is no overloaded version of 'IntToStr' that can be called with these arguments 解决方法

时间:2017-06-18 19:02:10      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:argument   ref   double   解决   target   nbsp   targe   str   csdn   

当我执行 inttostr(int(一个double型的变量))时,出现如下提示,是什么意思啊?
There is no overloaded version of ‘IntToStr‘ that can be called with these arguments

解决方法:

把用的inttostr()函数改为 floattostr() 函数即可。

 

参考链接:http://bbs.csdn.net/topics/30467070

 

There is no overloaded version of 'IntToStr' that can be called with these arguments 解决方法

标签:argument   ref   double   解决   target   nbsp   targe   str   csdn   

原文地址:http://www.cnblogs.com/ddxxxb/p/7044869.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!