Function hextoBA

  • convert an hexadecimal string to array of numbers.

    Parameters

    • h: string

      a hexadecimal string

    Returns number[]

    array of numbers

    See

    BAtohex

    Example

    hextoBA("616161") -> [97, 97, 97]