I am creating a C# program that is outputting a basic .txt file with a lot of information. I am using formatting to align the information so that it is easier to read, so that is not an issue.
I want to make the output file look nice/fancy so that it is easier to read and each to find sections of data. The text file is a basic notepad file so I cannot use bold or italic to help separate out headers and specif areas of data.
I have tried using the following ascii chars *, -, _ to create line breaks to separate information and it helps make the file look better. I was curious if anyone else has any other useful ways to make the output file look nicer and easier to read. I have tried searching and haven't had much luck. I am sure that some of you have found ways to make an output file look better.
Thanks!
Some examples below:
"**************"
Header Info
"***************"
"--------------------"
Infomation Here
"--------------------"