I need to display a int as a sting, but i need it to be displayed in hex. This is what i have so far.
this.tbx_result.Text = Convert.ToString(seed);
*EDIT* I figured this part out, but my next problem is i need to figure out how to only allow hex characters to be entered in to the textbox.

