StringConcat Method (Object) |
Concatenates the string representations of the elements in a specified
Object array.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string Concat(
params Object[] args
)
Parameters
- args
- Type: SystemObject
An object array that contains the elements to concatenate.
Return Value
Type:
StringThe concatenated string representations of the values of the elements in
args.
Exceptions See Also