Converting double to string

Hi,

I have a function that accepts a value from a parameter. But that value is of type double data. I want to convert that value to string, because I will pass it to url. What function should I use?

dtostrf()

Thank you