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

◆ format()

template<typename char_t , typename traits_t , typename allocator_t >
template<typename ... args_t>
static basic_string xtd::basic_string< char_t, traits_t, allocator_t >::format ( const basic_string< char > &  fmt,
args_t &&...  args 
)
static

Writes the text representation of the specified arguments list, to string using the specified format information.

Parameters
fmtA composite format string.
argsarguments list to write using format.
Returns
string formatted.
Remarks
for more information about format see Format.
Examples
button2.cpp, button3.cpp, button4.cpp, emplace.cpp, h_scroll_bar.cpp, progress_box.cpp, test_forms.cpp, tutorial_communicate.cpp, and v_scroll_bar.cpp.