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

◆ to_string() [3/49]

template<>
std::string xtd::to_string ( const sbyte value,
const std::string &  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.