utils v0.1.8 (2018-01-19T16:45:16Z)
Dub
Repo
hexToDenary
utils
baseconv
Converts a hex from string into unsigned integer
uinteger
hexToDenary
(
string
hex
)
Examples
assert
(
"A1"
.
hexToDenary
==
161
);
Meta
Source
See Implementation
utils
baseconv
functions
baseToDenary
binaryToDenary
charToDenary
denaryToBase
denaryToBinary
denaryToChar
denaryToHex
hexToDenary
Converts a hex from string into unsigned integer