TableExtensions.AddPropertyRow method
Adds one row with two cells into Table
only if propertyValue is not null or empty string.
public static void AddPropertyRow(this Table table, string propertyName, object propertyValue)
parameter | description |
---|---|
table | |
propertyName | |
propertyValue |
See Also
- class Table
- class TableExtensions
- namespace Kestrun.Logging.Utils.Console.Extensions