Default

Common
JVM
JS
Native
1.0
val Default: HexFormat
(source)

The default hexadecimal format options.

Uses lower case hexadecimal digits 0-9, a-f when formatting both ByteArray and numeric values. That is upperCase is false.

No line separator, group separator, byte separator, byte prefix or byte suffix is used when formatting or parsing ByteArray. That is:

No prefix or suffix is used, and no leading zeros in hexadecimal representation are removed when formatting or parsing a numeric value. That is: