Method ToTableResult
- Namespace
- Docfx.ResultSnippets
- Assembly
- Docfx.ResultSnippets.dll
ToTableResult<T>(IEnumerable<T>, JsonSerializerOptions?, string?)
Converts an enumerable to a pipe table result
public static string ToTableResult<T>(this IEnumerable<T> result, JsonSerializerOptions? options = null, string? defaultWhenNull = null)
Parameters
result
IEnumerable<T>some enumerable
options
JsonSerializerOptionsoptional json serializer options
defaultWhenNull
stringdefault to use when a value is null
Returns
- string
pipe table
Type Parameters
T
some T, if its a class, each field/property becomes a column in the row