Base64 decodes the specified input string.
input
public static string Base64Decode(string input)
The input string to be decoded.
The Base64 decoded string.