[#bsl-to_wstring-090] = xref:bsl.adoc[bsl]::to_wstring :relfileprefix: ../ :mrdocs: Convert a numeric value to a `wstring`. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/wstring.adoc[wstring] to_wstring(double value); ---- == Description Same as `to_wstring` for `float`. == Return Value `wstring` representation of `value` == Parameters [cols="1,4"] |=== | Name| Description | *value* | numeric value to convert |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#