separator character string between bytes.
what string to prefix every hex-string byte with?
what string to add to the end of every hex-string byte?
specify if you want to include a trailing sep after the final byte.
true: "[0x01, 0x02, 0x03,]",false: "[0x01, 0x02, 0x03]".the left bracket string.
the right bracket string.
specify if you want upper case letters for the hex-string.
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.
configuration for customizing the hex-string representation made by hexStringOfArray.
the default configuration is: