Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1007 Bytes

dbus_hex.md

File metadata and controls

49 lines (28 loc) · 1007 Bytes

Module dbus_hex

.

Copyright (c) 2014 Jean Parpaillon

Authors: Jean Parpaillon (jean.parpaillon@free.fr).

Function Index

from/1Convert hex string into an integer.
to/1Convert a binary (for example the result of erlang:md5/1) to a hex binary.

Function Details

from/1


from(Bin::binary()) -> integer()

Convert hex string into an integer.

to/1


to(Binary::binary()) -> binary()

Convert a binary (for example the result of erlang:md5/1) to a hex binary.