Comments on: Base64 Encode and Decode in C# https://code-maze.com/base64-encode-decode-csharp/ Learn. Code. Succeed. Sat, 30 Jul 2022 11:59:42 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Vladimir Pecanac https://code-maze.com/base64-encode-decode-csharp/#comment-6176 Sat, 30 Jul 2022 11:59:42 +0000 https://drafts.code-maze.com/?p=70803#comment-6176 In reply to Paul C.

Hey Paul, which helper methods are you referring to?

]]>
By: Paul C https://code-maze.com/base64-encode-decode-csharp/#comment-6091 Tue, 19 Jul 2022 18:33:57 +0000 https://drafts.code-maze.com/?p=70803#comment-6091 There is a BinaryData class that has helper methods for Base64 plus others.

https://docs.microsoft.com/en-us/dotnet/api/system.binarydata

]]>