Hexdecimal Binary converter code needed

wonder_gal

Active member
Joined
Jun 5, 2006
Messages
34
Programming Experience
1-3
Hi, I would like to code a Hexdecimal Binary converter using vb.net.
Can anyone show me a sample code here for reference?

Thanks alot.
 
you can use .NET functions like Convert.ToInt32("00FF", 16) or if you really want an example of coding it yourself here it is, I wrote this a verry long time ago.
 

Attachments

  • converter.zip
    8.9 KB · Views: 26
Back
Top