Ring Daemon 16.0.0
|
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.