Copyright © 2006 Mochi Media, Inc.
Authors: Bob Ippolito (bob@mochimedia.com).
iodata() = iolist() | binary()
iolist() = [char() | binary() | iolist()]
dehex/1 | Convert a hex digit to its integer value. |
hexdigit/1 | Convert an integer less than 16 to a hex digit. |
test/0 | Test this module. |
to_bin/1 | Convert a hexadecimal string to a binary. |
to_hex/1 | Convert an iolist to a hexadecimal string. |
to_int/1 | Convert a hexadecimal string to an integer. |
dehex(C::char()) -> integer()
Convert a hex digit to its integer value.
hexdigit(C::integer()) -> char()
Convert an integer less than 16 to a hex digit.
test() -> ok
Test this module.
to_bin(L::string()) -> binary()
Convert a hexadecimal string to a binary.
to_hex(I::integer | iolist()) -> string()
Convert an iolist to a hexadecimal string.
to_int(L::string()) -> integer()
Convert a hexadecimal string to an integer.
Generated by EDoc, Aug 8 2008, 22:08:28.