What does the int.Parse() method do in C#? A) Converts an integer to a string. B) Converts a string representation of a number into an integer. C) Converts a decimal to an integer. D) Converts a ...