This Function returns a <numeric>, which is the result of the conversion of the specified hexadecimal Value converted to decimal.
Parameters
Value <string> |
|
Hexadecimal value to convert.
|
|
|
Example 1
|
|
Example 2 |
HexToDecimal("41")
Result = 65
|
|
HexToDecimal("4B")
Result = 75 |
Updated: 3/21/2018 4:36 PM |