Esempio n. 1
0
 public static string DecodeB64R(string value)
 {
     return(B64R.Decode(value));
 }
Esempio n. 2
0
 public static string EncodeB64R(string value)
 {
     return(B64R.Encode(value));
 }