Skip to main content
.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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodStatic memberConcat<(Of <(T>)>)(IEnumerable<(Of <(T>)>))Concatenates the members of an IEnumerable<(Of <(T>)>) implementation.
Public methodStatic memberConcat(Object)Creates the string representation of a specified object.
Public methodStatic memberConcat(array<Object>[]()[])Concatenates the string representations of the elements in a specified Object array.
Public methodStatic memberConcat(IEnumerable<(Of <(String>)>))Concatenates the members of a constructed IEnumerable<(Of <(T>)>) collection of type String.
Public methodStatic memberConcat(array<String>[]()[])Concatenates the elements of a specified String array.
Public methodStatic memberConcat(Object, Object)Concatenates the string representations of two specified objects.
Public methodStatic memberConcat(String, String)Concatenates two specified instances of String.
Public methodStatic memberConcat(Object, Object, Object)Concatenates the string representations of three specified objects.
Public methodStatic memberConcat(String, String, String)Concatenates three specified instances of String.
Public methodStatic memberConcat(Object, Object, Object, Object)Concatenates the string representations of four specified objects and any objects specified in an optional variable length parameter list.
Public methodStatic memberConcat(String, String, String, String)Concatenates four specified instances of String.
Top
Microsoft is conducting an online survey to understand your opinion of the MSDN Web site. If you choose to participate, the online survey will be presented to you when you leave the MSDN Web site.

Would you like to participate?