In FMX, I could use the System.NetEncoding unit for encoding and decoding Base64 Strings in Delphi, but this unit doesn't seem to be available in TMS Web Core:
[Error] uMain_web.pas(29): can't find unit "System.NetEncoding"
What is the TMS Web Core alternative for System.NetEncoding or for decoding/encoding Base64?