Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Decode Base64 into Memo or file
#2
Hi Alessandro. Try use Indy to do this for you. The second parameter define your encoding type. Indy uses its default encoding (ASCII).
Code:
memo1.text := TIdDecoderMIME.DecodeString( mystringencodedbase64.Text, IndyTextEncoding_UTF8 );
Reply


Messages In This Thread
RE: Decode Base64 into Memo or file - by Jose Nilton Pace - 05-11-2019, 01:32 PM
RE: Decode Base64 into Memo or file - by rlebeau - 05-14-2019, 08:13 AM
RE: Decode Base64 into Memo or file - by rlebeau - 06-25-2019, 05:52 PM
RE: Decode Base64 into Memo or file - by kudzu - 06-25-2019, 04:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)