- Namespace
- Statiq
.Common - Containing Type
- To
String Table Extensions
Syntax
public static string ToStringTable<T>(this IEnumerable<T> values, string[] columnHeaders, params Func<T, object>[] valueSelectors)
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
values | IEnumerable |
|
columnHeaders | string[] | |
valueSelectors | Func |
Return Value
Type | Description |
---|---|
string |