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