xtd
0.2.0
Loading...
Searching...
No Matches
◆
concat()
[1/9]
static
ustring
xtd::ustring::concat
(
const
ustring
&
str_a
,
const
ustring
&
str_b
,
const
ustring
&
str_c
,
const
ustring
&
str_d
)
static
noexcept
Concatenates four 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.
str_d
The fourth string to concatenate.
Returns
The concatenation of str_a, str_b, str_c and str_d.
xtd
ustring
Generated on Thu Aug 15 2024 14:28:54 for xtd by
Gammasoft
. All rights reserved.