Share via


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 (
         Object arg0
)

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, 4.1, and 4.2.

See Also

Reference

String Class
String Members
System Namespace