Binary to Base64 (Delphi)

前端 未结 2 799
一个人的身影
一个人的身影 2020-11-27 19:20

how can i get content of an exe file and convert it into Base64 encoding ?

Edit

I use D2010 and i wan

2条回答
  •  离开以前
    2020-11-27 20:24

    In ancient Delphi versions, you can use synapse (link here)

    Just put synacode.pas in your uses e call EncodeBase64/EncodeBase64.

    Cheers

提交回复
热议问题