Hi! Is there a library function that lets me easily convert a double into a char* string?

Or, if what I really want to do is to send a double using UDP using its sendto() funciton, how can I send and receive the double?

Thanks a lot!