Concatenate hex numeric updowns to string for a textbox

Posted by Jimmy on Stack Overflow See other posts from Stack Overflow or by Jimmy
Published on 2010-04-15T19:30:50Z Indexed on 2010/04/15 19:33 UTC
Read the original article Hit count: 174

Filed under:
|

I have 4 numeric up down controls on a form. They are set to hexidecimal, maximum 255, so they'll each have values from 0 to FF. I'd like to concatenate these values into a string for a textbox.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms