EnumerableExt..::..ToCSV<(Of <(<'T>)>)> Method (IEnumerable<(Of <(<'T>)>)>)

To the CSV.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static string ToCSV<T>(
	IEnumerable<T> instance
)

Type Parameters

T

Parameters

instance
Type: IEnumerable<(Of <(<'T>)>)>
The instance.

Return Value

System.String.