Click or drag to resize
StringConcat Method (Object)
Creates the string representation of a specified object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static string Concat(
	Object arg0
)

Parameters

arg0
Type: SystemObject
The object to represent, or null.

Return Value

Type: String
The string representation of the value of arg0, or Empty if arg0 is null.
See Also