Пример #1
0
 public static string DecodeB64R(string value)
 {
     return(B64R.Decode(value));
 }
Пример #2
0
 public static string EncodeB64R(string value)
 {
     return(B64R.Encode(value));
 }