Convert a numeric value to a wstring.
Synopsis
Declared in <bslstl_string.h>
wstring
to_wstring(double value);
Description
Same as to_wstring for float.
Return Value
wstring representation of value
Parameters
Name |
Description |
value |
numeric value to convert |
Created with MrDocs