i2c byte data to char

I'm curious to know also.

My first try would be type casting.
Does this work?

char test = (char)datastring;