I have a two bytes string (data array)

data[0]=9
data[1]=8

how can I get from this string array the number in to a variable ?

data_var = 89

???