Rate this page:

hex2bytes

Copy URL
hex2bytes(data: 

string

):

number[]

Creates an array of numbers from parsing a hex string

Parameters

  • data:

    string

    Hex string like "cafec0de"

Returns

  • type:

    number[]