单项选择题

把一个字符串类型的count转换为整型的实现代码正确的是()

A.Intent.parseInt(count)
B.int.parseInt(count)
C.Integer.parseInt(count)
D.Integer.Int(count)