Converts any characters in the range A..F in a hex string to lower case (a..f).
string to convert
converted string (characters modified in-place)
See Implementation
Converts any characters in the range A..F in a hex string to lower case (a..f).