Delphi's own Base64 codec function

Source: Internet
Author: User

Today to help others solve a problem about BASE64 codec, unexpectedly found that Delphi with the BASE64 codec unit, called ENCDDECD, the name is very awkward and not intuitive, estimated that this is a very few people pay attention to and know the reason.

This unit provides two sets of four public functions:

Encoding and decoding of convection:
Procedure Encodestream (Input, Output:tstream); Coding
Procedure Decodestream (Input, Output:tstream); Decoding

Encoding and decoding of strings:
function encodestring (const input:string): string; Coding
function decodestring (const input:string): string; Decoding

These functions are not in the help. Should not be considered a function in the standard library.


Write down the memo here. How much does Delphi have that is not for the general people to know the convenience?

http://blog.csdn.net/cmdasm/article/details/9876449

Delphi's own Base64 codec function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.