String..::..Concat Method (Object)
Creates the string representation of a specified object.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string Concat( Object arg0 )
<TemplateAttribute> _ Public Shared Function Concat ( _ arg0 As Object _ ) As String
[TemplateAttribute] public: static String^ Concat( Object^ arg0 )
Parameters
- arg0
- Type: System..::..Object
The object to represent, or null.