РЕДАКТИРОВАНИЕ:
Значения TextReader = new StreamReader(@"txt");< /p>
Код: Выделить всё
string SValue1;
int Value1;
Value1 = Values.Read();
Console.WriteLine(Value1);
Console.ReadKey();
Подробнее здесь: https://stackoverflow.com/questions/648 ... sible-to-c