Пример #1
0
 public static byte[] FromBase64String(this string base64String)
 {
     return(Base64Encoder.DecodeBytes(base64String));
 }