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

◆ format()

template<typename ... args_t>
static ustring xtd::ustring::format ( const ustring fmt,
args_t &&...  args 
)
inlinestatic

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.