I’m using an api that returns results like this:

OK
66443010
http://getclicky.com/help/api/whitelabel
Using C# what is the best way to get the value of a specific line, like the 2nd line.
I just want the "500"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It can be as simple as this (assuming that the lines are separated with
"\n", you should check this with your return value):