" No one can make you feel inferior without your consent "  —  Eleanor Roosevelt

Archive  ›  April 30th, 2009

 

Binary String Conversion to Decimal and Hex Using C#

more...

microsoftnet-logoIf you need to convert Binary String to Decimal (Integer) and Hexadecimal, .NET Framework has conversion methods in Convert class to make numeric conversion easier. This class is located in Microsoft.VisualBasic library.

more...