Converts the hex string containing hexadecimal characters to uint64.
The input string can be prefixed with "0x" which will be ignored during the conversion.
|
Hex String
String
|
A string containing hex digits. A "0x" prefix is allowed. |
|
Value
Uint 64 Structure
|
Hex string converted to uint64 value. |
|
Return Value
Boolean
|
false if input hex string is empty or the conversion failed. |