xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_string() [45/49]

template<>
std::wstring xtd::to_string ( const char8 value,
const std::wstring &  fmt,
const std::locale &  loc 
)
inline

Convert a specified value into a string with specified format and locale.

Namespace
xtd
Library
xtd.core
Parameters
valueValue to convert.
fmtA composite format string.
locAn object of class std::locale is an immutable indexed set of immutable facets.
Remarks
for more information about format see Format.