Function convertByteArrayToHexString

Converts byte array to hexadecimal string Inverse operation of convertHexStringToByteArray

  • Parameters

    • bytes: Uint8Array

      The (unsigned) byte array to be converted

    • uppercase: boolean = false

      If true, converts hex string with uppercase characters (Default: false)

    Returns string

    A hex string representing the byte array input