请问integer与string之间的转换公式? ( 积分: 0 )

  • 主题发起人 主题发起人 wdycwopt
  • 开始时间 开始时间
W

wdycwopt

Unregistered / Unconfirmed
GUEST, unregistred user!
请问integer与string之间的转换公式?
 
请问integer与string之间的转换公式?
 
inttostr()是函数不是公式。
 
AND:function StrToInt(const S: string): Integer;
 
我的意思是说:
字符串类型转换为数字类型用什么函数?
数字类型转换为字符串类型用什么函数?
 
>>字符串类型转换为数字类型用什么函数?
function StrToInt(const S: string): Integer;
>>数字类型转换为字符串类型用什么函数?
function IntToStr(Value: Integer): string;
 
接受答案了.
 

Similar threads

回复
0
查看
867
不得闲
D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
后退
顶部