Hex2Int

Converts hex to Integer

CodeFunctionName
What is this?

Public

Tested

Imported
Function Hex2Int(hexvalue)
dim value
value = NULL
if IsHex(hexvalue) then
value = Bin2Int(Hex2Bin(hexvalue))
end if
Hex2Int = value
End Function

hexvalue

Views 3,798

Downloads 1,406

CodeID
DB ID