长整型转化为字符串是哪个函数?或者怎么实现(20分)

  • 主题发起人 主题发起人 spary123
  • 开始时间 开始时间
S

spary123

Unregistered / Unconfirmed
GUEST, unregistred user!
长整型转化为字符串是哪个函数?或者怎么实现
 
FloatToStr试试
 
function IntToStr(Value: Integer): string; overload;<br>function IntToStr(Value: Int64): string; overload;<br><br>IntToStr应该可以用啊
 
多人接受答案了。
 
后退
顶部