edictText1 - This is Plain Text (where I enter the data as a console)
EditText editText1 = FindViewById<EditText>(Resource.Id.editText1); int ba = Int32.Parse(editText1.Text); If you enter data, say a unit, then it does not spars it. What is the problem, who knows? Maybe there is a method that parses fine? I work in Xamarin.Android