String.Concat Method (Object)
Creates the String representation of a specified Object object.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public static string Concat (
Objectarg0
)
Parameters
- arg0
An Object object or a null reference.
Return Value
The String representation of the arg0 value for the specified Object object.
Remarks
An empty string is used if the parameter contains a null reference.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.