Check out example codes for "c# how to add newline on text box". It will help you in understanding the concepts better.
Code Example 1
string newLine = Environment.NewLine;
sample = "I am"+newLine+"coming"+newLine+" from " +newLine+ "Forget Code";
Learn ReactJs, React Native from akashmittal.com