Create a Hex encoder in the initial state. Optionally specify the upperCaseLetters to indicate if values from 10 to 15 are encoded as uppercase letters(A‐`F`) or as lowercase letters(a‐`f`).

Synopsis

Declared in <bdlde_hexencoder.h>

explicit
HexEncoder(bool upperCaseLetters = true);

Created with MrDocs