单项选择题

A.cba=(int)abc
B.cba=int(abc)
C.cba=int abc
D.cba=Convert.ToInt32(abc)