Web3S_Demo > Web 3S Uint 64Function Library > String(Hex) to uint64

String(Hex) to uint64

Converts the hex string containing hexadecimal characters to uint64.
The input string can be prefixed with "0x" which will be ignored during the conversion.

Inputs

Hex String
String

A string containing hex digits. A "0x" prefix is allowed.

Outputs

Value
Uint 64 Structure

Hex string converted to uint64 value.

Return Value
Boolean

false if input hex string is empty or the conversion failed.