It looks like you're new here. Sign in or register to get started.
base64txt := Convert.ToBase64String(IOFile.ReadAllBytes(File2Convert))
base64txt Text File2Convert Text Convert DotNet System.Convert.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' IOFile DotNet System.IO.File.'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Answers
This is the code
Where the vars are:
And File2Convert is the path to the file that you want to convert to base64.
Regards