hexFix()
Remove the '0x' from hexadecimal numbers
Method signature
Parameters
Name
Type
Description
word
string
Any hex string from which you want to remove the '0x'
Example
Result
The result will be an object of type String:
Last updated
Remove the '0x' from hexadecimal numbers
Method signature
Parameters
word
string
Any hex string from which you want to remove the '0x'
Example
Result
The result will be an object of type String:
Last updated