String.Concat Method (Object, Object, Object)
Concatenates the string representations of three specified objects.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- arg0
- Type: System.Object
The first object to concatenate.
- arg1
- Type: System.Object
The second object to concatenate.
- arg2
- Type: System.Object
The third object to concatenate.
Return Value
Type: System.StringThe concatenated string representations of the values of arg0, arg1, and arg2.
The method concatenates arg0, arg1, and arg2 by calling the parameterless ToString method of each object; it does not add any delimiters.
String.Empty is used in place of any null argument.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.