How can I stretch some string element _text from
A
B
C
to
A
B
C
?
Actually, I have some text getting from DB
_text = this.NormalizeString(DinamicLibrary.LoadText(DinamicLibrary.Path[(int)_category] + _textdllName, this.TextNumber));
What should I do with this query or with _text later to get what I want?
I understand that I should change \n to \n\n but dunno how.
1 Answer