

MCQOPTIONS
Saved Bookmarks
1. |
Which Conversion function of ‘Convert.TOInt32()’ and ‘Int32.Parse()’ is efficient?$ |
A. | Int32.Parse() is only used for strings and throws argument exception for null string |
B. | Convert.Int32() used for data types and returns directly ‘0’ for null string |
C. | 2 |
D. | Both 1,2 |
Answer» D. Both 1,2 | |