C# | Convert.FromBase64String(String) Method
This method is used to convert the specified string, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. Syntax: public static byte[] FromBase64String (string s); Here, s is the string to convert. Return Value: This method returns an array of 8-bit unsigned in