xtd
0.2.0
Loading...
Searching...
No Matches
◆
concat()
[3/9]
static
ustring
xtd::ustring::concat
(
const
ustring
&
str_a
,
const
ustring
&
str_b
,
const
ustring
&
str_c
)
static
noexcept
Concatenates three specified instances of string.
Parameters
str_a
The first string to concatenate.
str_b
The second string to concatenate.
str_c
The third string to concatenate.
Returns
string The concatenation of str_a, str_b and str_c.
xtd
ustring
Generated on Thu Aug 15 2024 14:28:54 for xtd by
Gammasoft
. All rights reserved.