Bridge

String..::..Concat Method

Overload List


  Name Description
Public method Static member Concat(IEnumerable<(Of <<'(String>)>>))
Concatenates the members of a constructed IEnumerable collection of type String.
Public method Static member Concat(String, String)
Concatenates two specified instances of String.
Public method Static member Concat(String, String, String)
Concatenates three specified instances of String.
Public method Static member Concat(String, String, String, String)
Concatenates four specified instances of String.
Public method Static member Concat(array<String>[]()[][])
Concatenates the elements of a specified String array.
Public method Static member Concat(Object)
Creates the string representation of a specified object.
Public method Static member Concat(Object, Object)
Concatenates the string representations of two specified objects.
Public method Static member Concat(Object, Object, Object)
Concatenates the string representations of three specified objects.
Public method Static member Concat(Object, Object, Object, Object)
Concatenates the string representations of four specified objects and any objects specified in an optional variable length parameter list.
Public method Static member Concat(array<Object>[]()[][])
Concatenates the string representations of the elements in a specified Object array.
Public method Static member Concat<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>))
Concatenates the members of a constructed generic IEnumerable collection.