C# System.Convert.FromBase64String()
Converts the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array.
public static byte[] FromBase64String( string s )
s - The string to convert
An array of 8-bit unsigned integers that is equivalent to s.