String concat (String s1, String s2)String concat (String s1, String s2)| Name | Type | Description |
|---|---|---|
s1 | String | A String to concatenate. |
s2 | String | A second String to concatenate. |
| Type | Description |
|---|---|
String | The result of concatenating the two argument strings. |