Click or drag to resize
StringConcat Method (IEnumerableString)

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static string Concat(
	IEnumerable<string> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableString
A collection object that implements IEnumerableT and whose generic type argument is String.

Return Value

Type: String
The concatenated strings in values.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
See Also