VB Helper: HowTo: Parse a hexadecimal string in VB .NET by using Integer.Parse.
Thanks to Ken C. One of the overloaded versions of Integer.Parse takes a parameter that indicates the type of strnig to parse. The type can have one of several values including decimal, currency, and hexadecimal. This example uses the following code to pa...