Esempio n. 1
0
 internal static byte[] Base64Decode(this TextReader reader, string prefix, string suffix)
 {
     return(reader.Base64Decode(new Dictionary <string, string> {
         { prefix, suffix }
     }).Value);
 }