using System;
public class Program
{
public static void Main()
string text = "blah";
int cislo = int.Parse(text);
}