单项选择题

A.int age=txtAge;
B.int age=txtAgE.Text;
C.int age=Convert.ToInt32(txtAgE.;
D.int age=int.Parse(txtAgE.Text);