delphi IP地址转换Str字符


本文整理自网络,侵删。

 
function IPToStr(ip: array of UCHAR): string;
begin
  Result := Format('%d.%d.%d.%d', [ip[0], ip[1], ip[2], ip[3]]);
end;

相关阅读 >>

如何在 Delphi 中静态链接 sqlite

Delphi 判断字符是否是汉字

Delphi 64位汇编编程

Delphi tgpimage 把图像转存为其他格式

Delphi的datetostr strtodate格式灵活用法

Delphi的tservice 服务路径获取 dll中获取文件路径

Delphi 根据进程名得到进程所在路径

Delphi xe vcl - tlinklabel(链接标签)

Delphi inputquery

Delphi写com+的心得体会

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...