String.Concat Method
Concatenates one or more String objects or the String representations of the args values for one or more Object objects.
Overload List
Name | Description |
---|---|
String.Concat (Object) | Creates the String representation of a specified Object object. |
String.Concat (Object, Object) | Concatenates the String representations of two specified Object objects. |
String.Concat (Object, Object, Object) | Concatenates the String representations of three specified Object objects. |
String.Concat (Object[]) | Concatenates the String representations of the objects contained in a specified Object array. |
String.Concat (String, String) | Concatenates two specified String objects. |
String.Concat (String, String, String) | Concatenates three specified String objects. |
String.Concat (String, String, String, String) | Concatenates four specified String objects. |
String.Concat (String[]) | Concatenates the objects contained in a specified String array. |
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.