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

◆ to_string() [24/49]

template<typename value_t >
std::string xtd::to_string ( const value_t &  value,
const std::string &  fmt 
)
inline

Convert a specified value into a string with specified format.

Namespace
xtd
Library
xtd.core
Parameters
valueValue to convert.
fmtA composite format string.
Remarks
for more information about format see Format.