Integer.FromHex
From Xojo Documentation
Shared Method
Converts a string form of a hexadecimal number to an Integer.
Shared Method
Converts a text form of a hexadecimal number to an Integer.
Exceptions
- InvalidArgumentException when the value passed is empty.
Sample Code
Convert "ff" to the integer value of 255: