Convert a numeric value to a string.
converts a floating point value to a string with the same contents as what std::sprintf(buf, "%Lf", value) would produce for a sufficiently large buffer.
string representation of value
| Name | Description |
|---|---|
| value | numeric value to convert |