Delphi 自带的 Base64 编解码函数


本文整理自网络,侵删。

  Uses EncdDecd;

对流的编解码:
procedure EncodeStream(Input, Output: TStream); // 编码
procedure DecodeStream(Input, Output: TStream); // 解码

// 对字符串的编解码:
function EncodeString(const Input: string): string; // 编码
function DecodeString(const Input: string): string; // 解码

相关阅读 >>

Delphi代码中嵌入asm代码

Delphi中把执行文件内存中的dll的代码全部保存下来

Delphi 采用 tidhttp 访问 https 的网站,采用 tidtcpclient 访问 https 的网站

Delphi 开关显示器操作

Delphi console程序中一种定时方法

Delphi xe10 创建匿名线程

winapi 字符及字符串函数(5): ischaralpha - 是否是个字母

Delphi 写一个可拖动的 tshape

Delphi 类的声明

Delphi动态创建控件的例子

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



打赏

取消

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

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

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

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

评论

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