Float to String

Hi,

Everything is say in the title...
I'm trying to convert several float' values to string to assume a sending data to HTTP...

How can I do?

...

Hello,

Function dtostrf is one way to do it.

Do you mean String the object or string the null terminated character array?