如何将字符串'1A'转换成 integer $1A(100分)

  • 主题发起人 主题发起人 konglly
  • 开始时间 开始时间
K

konglly

Unregistered / Unconfirmed
GUEST, unregistred user!
如何将字符串'1A'转换成 integer $1A
 
StrToInt('$' + '1A');

-----
http://www.8421.org
 
StrToInt('$1A')
 
HexToBin(Text, Buffer: PChar; BufSize: Integer): Integer
BinToHex(Buffer, Text: PChar; BufSize: Integer);
 
StrToInt('$' + '1A');
 
StrToInt('$1a');
试过了,没有问题.
 
多人接受答案了。
 

Similar threads

回复
0
查看
848
不得闲
D
回复
0
查看
825
DelphiTeacher的专栏
D
D
回复
0
查看
831
DelphiTeacher的专栏
D
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
后退
顶部