I am looking for a way to take a value from a text box and convert it into a base 2 number with 8 digits.
So if they type in a text box 2 it would respond 00000010. or if they typed 255 11111111. etc...
is there any way to do this.
Dim prVal As Integer
prVal = PrefixTxt.Text