Convert a numeric value to a string.
Constructs a string with contents equal to the specified value. The contents of the string will be the same as what `std::sprintf(buf, "%ld", value)` would produce with a sufficiently large buffer.
string representation of value
| Name | Description |
|---|---|
| value | numeric value to convert |