Ring Daemon 16.0.0
Loading...
Searching...
No Matches
fromHex

Converts a (printable) ASCII hex string into the corresponding byte stream.

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.