Fabcoin Core  0.16.2
P2P Digital Currency
fromHex

Converts a (printable) ASCII hex string into the corresponding byte stream.("41626261") == asBytes("Abba") If _throw = ThrowType::DontThrow, it replaces bad hex characters with 0's, otherwise it will throw an exception.