how to read data from multiline textbox

suppose i have text1.text (Multiline Property set true)

Code:
line1
line2
line3
line4

I want to read line by line text from multiline textbox.........