Byte转string(5分)

  • 主题发起人 主题发起人 全文检索
  • 开始时间 开始时间

全文检索

Unregistered / Unconfirmed
GUEST, unregistred user!
var<br> &nbsp;code:array[0..107] of Byte=<br> &nbsp; &nbsp; &nbsp; &nbsp;($00,$00,$0b,$03,$10,$00,$00,$00,$48,$00,$00,$00........<br><br>如何将这一数组转成string <br><br>我只会将它转成16进制再转字符串,太麻烦了
 
var<br> &nbsp;str: string;<br> &nbsp;code:array[0..107] of Byte=<br> &nbsp; &nbsp; &nbsp; &nbsp;($00,$00,$0b,$03,$10,$00,$00,$00,$48,$00,$00,$00 ......<br>begin<br> &nbsp;str := PChar(@code);<br> &nbsp;{...}<br>end;
 
接受答案了.
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
I
回复
0
查看
876
import
I
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
后退
顶部