You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method ToString(CompuMaster.Data.ConvertToPlainTextTableOptions options) with support
for all configurable option settings
with support to remove line between header cells and data cells (as already default style in CompuMaster.Data.DataTables.*)
with support for min/max chars per column (as already implemented in CompuMaster.Data.DataTables.*)
CompuMaster.Data.ConvertToPlainTextTableOptions should provide a standard configuration for default style of current .ToString() output
Test implementations: Plain text tables output should render equally between .ToString(options) and already implemented methods in CompuMaster.Data.DataTables.*