Examveda

In C#, which method is used to convert a string representation of a number to its integer equivalent?

A. string.ToInt()

B. Math.ToInt()

C. int.Parse()

D. Convert.ToInt32()

Answer: Option C


Join The Discussion

Related Questions on Functions and Methods in C Sharp