Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From Hex to Binary 1

Status
Not open for further replies.

selimsl

Programmer
Aug 15, 2005
62
TR
Hi,

I have a variable named x and it has a value in hexadecimal format but type of x is string.

Dim x as String
x="AF"

I want to convert this string (actually hex) to binary equivalent. Like this

x="10101111"
is there any function in .Net to do this convertion?

Thanks in advance.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top