bsl::to_wstring

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

NameDescription
valuenumeric value to convert