Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C#

TABLEPLAY: A C# String-based Table Writer for Console or listview

Rate me:
Please Sign up or sign in to vote.
4.53/5 (6 votes)
26 Jan 2021CPOL2 min read 5.3K   150   11  
Simple class to write an array as a formatted, attractive table to console or other UI text display control
In this tip, you will find a simple class for writing an array as a formatted, attractive table (title, row and column headers, data-aligned, etc.) to the console or other UI text display control.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Academic Software, Inc.
United States United States
My public profile: http://www.linkedin.com/in/warrenlacefield
My research profile: https://www.researchgate.net/profile/Warren-Lacefield
My company homepage: http://www.acsw.com

Comments and Discussions