StringConcat Method (Object, Object, Object) |
Concatenates the string representations of three specified objects.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string Concat(
Object arg0,
Object arg1,
Object arg2
)
Parameters
- arg0
- Type: SystemObject
The first object to concatenate. - arg1
- Type: SystemObject
The second object to concatenate. - arg2
- Type: SystemObject
The third object to concatenate.
Return Value
Type:
StringThe concatenated string representations of the values of
arg0,
arg1, and
arg2.
See Also