public static readonly byte[] DecodeTable;// = new byte[128]; public static string EncodeToASProxyBase64(string input) { var encoder = new ASProxyEncoderBase64(); return(encoder.Encode(input)); }
public static string EncodeToASProxyBase64(string input) { ASProxyEncoderBase64 encoder = new ASProxyEncoderBase64(); return encoder.Encode(input); }