String..::..Concat Method (Object, Object, Object)
Concatenates the string representations of three specified objects.
Namespace:
SystemAssembly: 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