.NET Framework Class Library
String..::.Concat Method
Concatenates one or more instances of String, or the String representations of the values of one or more instances of Object.
|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | Concat(Object) | Creates the String representation of a specified object. |
.gif) .gif) .gif) .gif) | Concat(array<Object>[]()[]) | Concatenates the String representations of the elements in a specified Object array. |
.gif) .gif) .gif) .gif) | Concat(array<String>[]()[]) | Concatenates the elements of a specified String array. |
.gif) .gif) .gif) .gif) | Concat(Object, Object) | Concatenates the String representations of two specified objects. |
.gif) .gif) .gif) .gif) | Concat(String, String) | Concatenates two specified instances of String. |
.gif) .gif) .gif) .gif) | Concat(Object, Object, Object) | Concatenates the String representations of three specified objects. |
.gif) .gif) .gif) .gif) | Concat(String, String, String) | Concatenates three specified instances of String. |
.gif) .gif) | Concat(Object, Object, Object, Object) | Concatenates the String representations of four specified objects and any objects specified in an optional variable length parameter list. |
.gif) .gif) .gif) .gif) | Concat(String, String, String, String) | Concatenates four specified instances of String. |
Top
Reference