Fabcoin Core  0.16.2
P2P Digital Currency
toHex

Convert a series of bytes to the corresponding string of hex duplets.

Parameters
_wspecifies the width of the first of the elements. Defaults to two - enough to represent a byte. ("A\x69") == "4169"