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