Bridge

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

Concatenates the string representations of three specified objects.

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

Syntax


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

Parameters

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

Return Value

The concatenated string representations of the values of arg0, arg1, and arg2.