khalidabuhakmeh / ConsoleTables

Print out a nicely formatted table in a console application C#
MIT License
944 stars 158 forks source link

Box-drawing characters #35

Open vanillajonathan opened 5 years ago

vanillajonathan commented 5 years ago

It could print the table using box-drawing characters.

┌───────┬─────┐
│ Name  │ Age │  
├───────┼─────┤
│ Alice │  10 │
│ Bob   │  20 │    
│ Clare │  30 │    
└───────┴─────┘