ZstrHexDigitValue
Description
Convert a hex / decimal digit character to its numeric value. Accepts 0..9, a..f, A..F (case-insensitive for hex).
Success
Returns the digit value 0..15.
Failure
Returns -1 when c is not a valid hex / decimal digit.
Usage example (Cross-references)
Last updated on