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