How to convert plain string to base64 string in C#?
In C# it is very easy to convert plain string to base64 string. We only have to use System and System.Text namespace in code for this conversion. Both namespaces are by default present in .NET Framework/Core.
No comments:
Post a Comment