Which of the following are true? 1) Int32.Parse() can only convert strings. 2) Convert.ToInt32() can take any class that implements IConvertible , and returns 0 when the argument is null.
Correct Answer: b) Both 1,2
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More C# MCQ Questions