EnumerableExtensionToDataTableT Method (IEnumerableT, CultureInfo) |
Creates a DataTable from an IEnumerable{T}.
Each element of the given source results in a row representing the properties of {T} as columns.
If conversion is needed, the
default converter is used.
ToString is used for types which are not valid for a DataColumn of a DataTable.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax See Also