Converts the given value to a string. If the value has a toString method, then that is called, otherwise string interpolation is used.
toString
The value to convert to string.
Converts the given value to a string. If the value has a
toStringmethod, then that is called, otherwise string interpolation is used.