I have a Base64 binary string that is part of an XML document that is sent to us by a 3rd party supplier, I would like to be able to save it back to its original file format
The Internet Direct (Indy) library contains classes in IdCoderMIME.pas which support Base64 encoding and are easy to use: TIdEncoderMIME and TIdDecoderMIME.