Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
For example i have code such as

"27500604184E7EFC"

now i want to convert it to binary in c#, need help :(
Posted
Updated 23-Sep-14 20:50pm
v2
Comments
Sergey Alexandrovich Kryukov 24-Sep-14 2:50am    
The question belongs to the field of some elementary must-have programming skills.
What have you tried so far?
—SA
BillWoodruff 24-Sep-14 3:15am    
I am afraid this member is not learning from the answers provided here. He asked a parallel question about binary to hex recently: http://www.codeproject.com/Questions/819672/I-Want-To-Convert-A-Binary-String-Into-Hexadecimal?arn=0
Sergey Alexandrovich Kryukov 24-Sep-14 3:23am    
Agree... This is the whole point: who likes wasting time?
Thank you for the warning. :-)
—SA

1 solution

Check this links hope this will help you.

http://www.codeproject.com/Articles/10189/Hexadecimal-Binary-and-Decimal-conversions

http://stackoverflow.com/questions/6617284/c-sharp-how-convert-large-hex-string-to-binary
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900