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

◆ to_string() [2/3]

template<typename type_t >
xtd::ustring xtd::box< type_t >::to_string ( const xtd::ustring format) const
inline

Converts the value of this instance to its equivalent string representation, using the specified format.

Parameters
formatA value type format string.
Returns
The string representation of the value of this instance as specified by format.