Convert a value of any type to a string. We need to handle floating point values separately because the 'to' function can't convert these to a string at compile-time.
See Implementation
Convert a value of any type to a string. We need to handle floating point values separately because the 'to' function can't convert these to a string at compile-time.