Bridge

String..::..Concat Method (Object, Object, Object, Object)

Concatenates the string representations of four specified objects and any objects specified in an optional variable length parameter list.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static string Concat(
	Object object1,
	Object object2,
	Object object3,
	Object object4
)
<TemplateAttribute> _
Public Shared Function Concat ( _
	object1 As Object, _
	object2 As Object, _
	object3 As Object, _
	object4 As Object _
) As String
[TemplateAttribute]
public:
static String^ Concat(
	Object^ object1, 
	Object^ object2, 
	Object^ object3, 
	Object^ object4
)

Parameters

object1
Type: System..::..Object
object2
Type: System..::..Object
object3
Type: System..::..Object
object4
Type: System..::..Object

Return Value

The concatenated string representation of each value in the parameter list.