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

◆ concat() [8/9]

template<typename object_t >
static ustring xtd::ustring::concat ( const std::vector< object_t > &  args)
inlinestaticnoexcept

Concatenates the string representations of the elements in a specified object array.

Parameters
argsAn object array that contains the elements to concatenate.
Returns
The concatenated string representations of the values of the elements in args.