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