Difference b/w int.Parse and Convert.ToInt32()?



Int.Parse – It can’t handle NULL value.

Convert.ToInt32 – It handles null value and converts value to default value ‘0’.


0 comments: