UpperCase
The hexadecimal format options configured to use upper-case hexadecimal digits.
This HexFormat instance adopts default values for all format options, except for upperCase, which is set to true
. As a result, formatting functions will use upper-case hexadecimal digits (0-9
, A-F
) for both byte arrays and numeric values.
In all other aspects, this format is identical to the Default format.