Bridge

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

Concatenates the string representations of two specified objects.

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

Syntax


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

Parameters

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

Return Value

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