Strictly check if a string is a valid hex string. A valid hex string must start with the "0x"-prefix.
Whether the value is a valid hex string.
The value to check.
Strictly check if a string is a valid hex string. A valid hex string must start with the "0x"-prefix.
Returns
Whether the value is a valid hex string.