SecurityHelper.Base64Decode method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Security
Assembly Skybrud.Essentials.dll

Base64Decode(string)

Static

Base64 decodes the specified input string.

public static string Base64Decode(string input)

Parameters

input String

The input string to be decoded.

Returns

The Base64 decoded string.