base64 encoding csv string
Hi, currently working with encoding a csv string file to base64, but Convert.Tobase64String gives different result than the base64 extension I use on Vscode. The method adds extra characters and two "=" at the end for padding. The extension from the Vscode is the correct one for my application, which only adds single "=" at the end without adding three extea characters (Both in UTF-8 format)
Am I doing something wrong or is it possible to encode in different ways?
Am I doing something wrong or is it possible to encode in different ways?