Base64 encodes the specified input string.
input
public static string Base64Encode(string input)
The input string to be encoded.
The Base64 encoded string.