StringConcat Method |
Name | Description | |
---|---|---|
ConcatT(IEnumerableT) | Concatenates the members of an IEnumerableT implementation. | |
Concat(Object) | Creates the string representation of a specified object. | |
Concat(Object) | Concatenates the string representations of the elements in a specified Object array. | |
Concat(IEnumerableString) | Concatenates the members of a constructed IEnumerableT collection of type String. | |
Concat(String) | Concatenates the elements of a specified String array. | |
Concat(Object, Object) | Concatenates the string representations of two specified objects. | |
Concat(String, String) | Concatenates two specified instances of String. | |
Concat(Object, Object, Object) | Concatenates the string representations of three specified objects. | |
Concat(String, String, String) | Concatenates three specified instances of String. | |
Concat(Object, Object, Object, Object) | Concatenates the string representations of four specified objects and any objects specified in an optional variable length parameter list. | |
Concat(String, String, String, String) | Concatenates four specified instances of String. |