示例#1
0
        protected void btnSubmit_Click(object sender, EventArgs e)
        {
            string text = txtName.Text;

            litName.Text = Common.HtmlEncode(GamestatsBase.Common.ToHexStringUpper(EncodedString4.EncodeString(text, text.Length * 2 + 8)));
        }