The concat method joins two or more strings
System.String concat(System.String string_1, System.String string_n);
string_1
String to be joined
string_n
[Optional] String to be joined
Returns the joined string object.
Member of string.