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 JsonSerializerOptions

optional json serializer options

defaultWhenNull string

default 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