示例#1
0
 public static string DecodeB64R(string value)
 {
     return(B64R.Decode(value));
 }
示例#2
0
 public static string EncodeB64R(string value)
 {
     return(B64R.Encode(value));
 }