getConvertedTemp

fun getConvertedTemp(temp: Double, isFahrenheit: Boolean): String

Get the converted temperature.

Parameters

temp

The temperature to convert.

isFahrenheit

True if the temperature is in Fahrenheit.