Return true if this encoder represents values from 10 to 15 as uppercase letters(A‐`F`), and false if these values are represented as lowercase letters(a‐`f`).

Synopsis

Declared in <bdlde_hexencoder.h>

bool
isUpperCase() const;

Created with MrDocs