public static string DecodeB64R(string value) { return(B64R.Decode(value)); }
public static string EncodeB64R(string value) { return(B64R.Encode(value)); }