rf communication - send variable

I do not know .. the easiest way .. I should send this temperature data to another Arduino, and then be able to view it
maybe string?

dtostrf() can convert a float value (in a variable) to a string. You can then send that string.