I have a String inside of a TextBox.
What is the best way to detect if the last character in the TextBox is an end of line character, and if it is not, then add an end of line character to the TextBox?
Is there an Ascii code for the end of line character? (When I say end of line character, I mean a new blank line)
What is the best way to detect if the last character in the TextBox is an end of line character, and if it is not, then add an end of line character to the TextBox?
Is there an Ascii code for the end of line character? (When I say end of line character, I mean a new blank line)