separator character string between bytes.
defaults to ", "
what string to prefix every hex-string byte with?
defaults to "0x"
what string to add to the end of every hex-string byte?
defaults to ""
(an empty string)
do you want to include a trailing sep after the final byte?
example output when true: "[0x01, 0x02, 0x03,]"
,
example output when false: "[0x01, 0x02, 0x03]"
.
defaults to false
the left bracket string.
defaults to "["
the right bracket string.
defaults to "]"
do we want upper case letters for the hex-string?
defaults to true
provide an alternate number base to encode the numbers into. see Number.toString for more details.
use 16
for a hex-string, or 2
for binary-string, accepted values must be between 2
and 36
defaults to 16
customize the hex-string representation made by hexStringOfArray using these options
the default configuration is: